yigit / android-priority-jobqueue

A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
3.4k stars 395 forks source link

Can update persist data of already added Job? #396

Open hchouhan02 opened 7 years ago

hchouhan02 commented 7 years ago

Can I update persist data of already added Job? I found out job by tag but could not able to update job persist data before onRun() method call. Any Suggestion on this. Thanks

moter commented 7 years ago

The same question

moter commented 7 years ago

I think of job as a queue controller, a data table to queue data alone, first table data is added to the data of add job, and then back to the primary key, use job ID as the primary key, get the data in the data table in the run method for processing