android - FirebaseJobDispatcher does not schedule job and gives error that there are too many tasks scheduled for this package -
when try schedule job using firebasejobdispatcher gives error there many tasks scheduled package. have 5 jobs scheduled.
the exact error follow -
networkscheduler: many tasks scheduled package. not scheduling: [package.name/com.firebase.jobdispatcher.googleplayreceiver:updatecheckinfailed,u0]
how should solve issue, can't reduce number of jobs jobs work independently syncing local device server , close them when sync completed.
thanks
Comments
Post a Comment