Job Queue Functionality
This module adds small fixes to the queues here and there to improve performance and reliability.
🚀 Run Job Queue Directly
In the Job Queue card, a new action has been introduced: Run Object Directly. This allows you to execute a selected job with pre-defined parameters directly, and immediately.

📊 Last Run Status Information
To provide information about the status of the most recent job queue run, we introduced a new field Last Run Status to the Job Queue Entries page.
⚙️ Job Queue Setup
Default Job Queue Setup
Drawing from our experiences and best practices, the product now proposes default values when creating a new job queue:
- Maximum No. of Attempts to Run = 5
- Rerun Delay (sec.) = 180
These settings allow the Job Queue to pause for a brief period after an error occurs, preventing immediate reruns that might encounter the same issue.
💡 Additional Improvements
This module also includes various small fixes and enhancements to the queue system that improve overall stability and performance in day-to-day operations.