googlearchive/firebase-jobdispatcher-android

No support for Scheduling jobs at exact time

kpradeepkumarreddy opened this issue · 3 comments

I want to schedule job at a particular time, instead of giving the execution window.

evernote's android-job library provides this feature.

sample code to trigger exact jobs in evernote android-job library
int jobId = new JobRequest.Builder(DemoSyncJob.TAG) .setExact(20_000L) .build() .schedule();

Can you please add the same feature in firebaseJobDispatcher also ?

yes its not triggering jobs at exact time

closing as this will not be added to FJD given the deprecation.