android-priority-jobqueue icon indicating copy to clipboard operation
android-priority-jobqueue copied to clipboard

Can update persist data of already added Job?

Open hchouhan02 opened this issue 8 years ago • 2 comments

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

hchouhan02 avatar Sep 01 '17 09:09 hchouhan02

The same question

moter avatar Sep 04 '17 02:09 moter

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

moter avatar Sep 05 '17 09:09 moter