- Issue created by @AlfTheCat
- 🇬🇧United Kingdom scott_euser
I tried this out but I cannot actually figure out how it is meant to work.
- I created a continuous job for umami for basic page
- I edited the about us basic page
Should I expect something to happen then? I did not get to the 'in progress' you mentioned
- 🇹🇭Thailand AlfTheCat
Hi, the continuous jobs are triggered on cron, which is when they will move to the "in progress" state. I think auto-accept jobs needs to be turned on for that to work.
- 🇬🇧United Kingdom scott_euser
Ah probably that is what I was missing; will give it a shot
- 🇬🇧United Kingdom scott_euser
Hmmm doesn't seem to make a difference, sorry I think I don't understand the purpose of continuous jobs well enough
- 🇬🇧United Kingdom scott_euser
Aha I see:
- Create new basic page
- Run TMGMT core cron -> item switched from inactive to in progress
- Run AI TMGMT cron -> not changed from in progress to needs review
- 🇹🇭Thailand AlfTheCat
Yes that's it, it seems like the translation doesn't happen or gets stuck somehow. I checked the AI log and it doesn't show any prompts being sent.
- 🇬🇧United Kingdom scott_euser
I think we need to sort 🐛 Reduce redundant batch runner Active first so that jobs can be processed via cron/queue.
- 🇬🇧United Kingdom scott_euser
Yep its definitely covered by 🐛 Reduce redundant batch runner Active - once that is in place, I can confirm after a few minutes cron picks it up. TMGMT cron has to run first, then subsequently queue from this module. Queue can be controlled via for example Simple Cron module (has a setting to enable more fine-grained control of queue workers)