Hello,
Has anyone implemented a message queue for async updates in Jam.py?
Context:
In my database I need several tables to be updated based on actions by the user on forms in other areas.
For example:
- Changing workflow status from 'New' to 'In Progress' to 'Completed' etc.
- Updating reference / ID numbers of items up / down the workflow.
- Updating quantities and costs into other tables after certain transactions are done.
I was wondering if all such cross-reference data updates can be bundled into a query, and processed at certain intervals using message queues. Can this work? Is this the right approach?
Or is there a better approach to this?
<<PS: I am a CODER, not a SOFTWARE ENGINEER>> :)
Best Regards,
Harsh