I'm trying to call a function that requires a parameters to be passed, Is that possible using task-queue? will it retain the parameters until the queue is complete? I'm also trying to figure out how to re-run that queue after it's done. So for instance the queue fills up, completes, stops and then is started again at some later time when a new batch comes in.
I'm trying to call a function that requires a parameters to be passed, Is that possible using task-queue? will it retain the parameters until the queue is complete? I'm also trying to figure out how to re-run that queue after it's done. So for instance the queue fills up, completes, stops and then is started again at some later time when a new batch comes in.