Tasks (jobs) not running

Options
I have a strange situation. I have created a task that needs to process over 5000 records async and the task does not start (from what I can see, also not showing as failed in the history) but when I look at the system resource the API resource is peaking at 100%. The strange thing is 99% is DB calls and not api calls which does not seem right.

What then happens without having any sight of it, is that the job actually runs but causes data inconsistencies (suppose due to the resource limitation).

More worrying is that this run straight through an API (with no resource limitation) call and processed 100%, I moved it to a task to make it async but its taking way longer and hitting resource limitation

x9a3-kcxj-99wq.e2.xano.io

[CPU.PNG]

Comments