What is the best method to organize a queue ?
Hi!I have several parallel long-duration tasks executing in separate transactions and them eate all the memory. I need to organize a queue to run them serially, please tell me how to do it properly? Should I create a Scheduled job which listern for s...