Reid Mayo

Results 27 comments of Reid Mayo

If I had to guess the job is stuck in "active" state so it is not being picked up by the queue the next time the queue tries to grab...

The reset function may work for your specific use case, but it is more complex than that for a general use case because you have to consider that multiple RNQ...

>On success of each file, I'm updating my database and redux store (Not sure If I can do that in a job). You can run any arbitrary code in a...

It sounds like you are making an async call and then not waiting for it to finish before ending the job. Make the job handler function an async function then...

No prob! On Wed, Jul 4, 2018, 12:47 PM Otávio Gaião wrote: > Thank you man! I will try that. > > — > You are receiving this because you...

No it only stores objects. Store the data associated with the function call and then simply pass the data into the instantiated function when the job runs. On Wed, Dec...

Curreo there is no way to delete a job by id. If you are interested in adding that functionality as a pull request that would be fine. You can see...