mirror of
				https://github.com/lingble/twenty.git
				synced 2025-10-31 12:47:58 +00:00 
			
		
		
		
	Fix CalendarOngoingStaleJob being in wrong queue (#8385)
Fix CalendarOngoingStaleJob being in the wrong queue (`MessageQueue.messagingQueue` instead of `MessageQueue.calendarQueue`)
This commit is contained in:
		| @@ -18,7 +18,7 @@ export type CalendarOngoingStaleJobData = { | |||||||
| }; | }; | ||||||
|  |  | ||||||
| @Processor({ | @Processor({ | ||||||
|   queueName: MessageQueue.messagingQueue, |   queueName: MessageQueue.calendarQueue, | ||||||
|   scope: Scope.REQUEST, |   scope: Scope.REQUEST, | ||||||
| }) | }) | ||||||
| export class CalendarOngoingStaleJob { | export class CalendarOngoingStaleJob { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Raphaël Bosi
					Raphaël Bosi