Hi,

Is there a queue poller built-in ignite which constantly and indefinitely
polls the queue and can perform some task?

I know only way is to write igniterunnable compute where i should run loop
forever and perform the task on ignite queue element? But this is bad as
there are cases when the compute dies and no one can resume it or track it.

Is there a way a where we add some ignite runnable queue elements and the
elements pop up automatically and gets executed without any trigger?

Reply via email to