onPush method

  1. @override
void onPush()
override

called when this job instance gets pushed onto the global job stack

should not any kind of processing work as this fucks up the scheduler

Implementation

@override
void onPush() {
  // nothing
}