chatwoot/app/jobs/inboxes
Pranav f4643116df
Some checks failed
Frontend Lint & Test / test (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Run Chatwoot CE spec / test (push) Has been cancelled
Publish Chatwoot EE docker images / merge (push) Has been cancelled
Publish Chatwoot CE docker images / merge (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
feat: Run assignment every 15 minutes (#12334)
Currently, auto-assignment runs only during conversation creation or
update events. If no agents are online when new conversations arrive,
those conversations remain unassigned.

With this change, unassigned conversations will be automatically
assigned once agents become available. The job runs every 15 minutes and
uses a fair distribution threshold of 100 to prevent a large number of
conversations from being assigned to a single available agent. This will
be customizable later.
2025-08-29 15:10:56 -07:00
..
bulk_auto_assignment_job.rb feat: Run assignment every 15 minutes (#12334) 2025-08-29 15:10:56 -07:00
fetch_imap_email_inboxes_job.rb fix: Disable IMAP inboxes that requires authorization (#12092) 2025-08-01 16:32:29 -07:00
fetch_imap_emails_job.rb feat: add Google Email fetch and OAuth token refresh service (#9603) 2024-06-11 14:22:03 +05:30
sync_widget_pre_chat_custom_fields_job.rb chore: Sync pre-chat fields after custom attribute destroy (#4456) 2022-04-18 14:06:27 +05:30
update_widget_pre_chat_custom_fields_job.rb feat: Support Regex validation for custom attributes (#7856) 2024-01-23 18:01:57 +04:00