chatwoot/spec/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_spec.rb feat: Run assignment every 15 minutes (#12334) 2025-08-29 15:10:56 -07:00
fetch_imap_email_inboxes_job_spec.rb fix: Disable IMAP inboxes that requires authorization (#12092) 2025-08-01 16:32:29 -07:00
fetch_imap_emails_job_spec.rb chore: [Snyk] Security upgrade rspec-rails from 6.1.4 to 6.1.5 (#10066) 2024-09-16 09:44:07 +05:30
sync_widget_pre_chat_custom_fields_job_spec.rb chore: Enable the new Rubocop rules (#7122) 2023-05-19 14:37:10 +05:30
update_widget_pre_chat_custom_fields_job_spec.rb feat: Support Regex validation for custom attributes (#7856) 2024-01-23 18:01:57 +04:00