Hello i would like to use the evrexec module to execute background jobs over exec module
mainly because i want to be able to trigger that route manually via rpc from time to
time.
in the documentation its is stated we should use tasks that run forever and except using
while loop i dont see another way.
and i dont to want to disable max_while_loops. but if i disable it i will get error
message like runaway while (1091, 9): more then 100 loops.
so is there another way to do it properly ?
Thanks.