Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CalendarOngoingStaleJob being in wrong queue #8385

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

bosiraphael
Copy link
Contributor

Fix CalendarOngoingStaleJob being in the wrong queue (MessageQueue.messagingQueue instead of MessageQueue.calendarQueue)

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

Fixed queue assignment for CalendarOngoingStaleJob by moving it from messaging queue to calendar queue, ensuring proper handling of stale calendar sync operations.

  • Changed queue name from MessageQueue.messagingQueue to MessageQueue.calendarQueue in packages/twenty-server/src/modules/calendar/calendar-event-import-manager/jobs/calendar-ongoing-stale.job.ts
  • Job now correctly processes in the calendar queue alongside other calendar-related operations

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@charlesBochet charlesBochet merged commit fb22efd into main Nov 7, 2024
18 of 19 checks passed
@charlesBochet charlesBochet deleted the fix-calendar-ongoing-stale-job branch November 7, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants