Process Queue on Mendix 7.23.19

1
Hi All, I am working on project that uses process queue for sending events. We are using  a multi server environment. Recently we are seeing some issues where the process queue stops executing. Whenever we run into this issue. We run the process queue on a different server and they get executed. Im unable to understand the reason for that. Any root causes or solution would be greatly appreciated. Thanks, Akash
asked
5 answers
2

What do you mean with “another server”? Is your app running on multiple instances?

answered
1

What do you mean with “It stops”? Are there processes that are stuck?

answered
1

Yes. The processess queue up. We see the list of queues through mxadmin. They are in unqueued and unexecuted status. Though there are processes that should be executed, it doesnt execute.

answered
1

Can you see anything in the logs? Or are the processes simply stuck in unqueued?

answered
1

There were no errors in console logs or the process queue logs. They just werent getting executed. Only way to run them was through login in mxadmin onto another server and then running it manually from there

answered