googlearchive / firebase-jobdispatcher-android

DEPRECATED please see the README.md below for details.
Apache License 2.0
1.79k stars 208 forks source link

Max jobs per App? #240

Closed ravibpatel closed 6 years ago

ravibpatel commented 6 years ago

How many jobs can I schedule at a time using Firebase JobDispatcher? With framework's JobScheduler I get "java.lang.IllegalStateException: Apps may not schedule more than 100 distinct jobs" when trying to schedule more than 100 jobs.

ravibpatel commented 6 years ago

Got my answer. Same limitations apply to Firebase too. Getting: Too many tasks scheduled for this package.