Skip to content

Release 1839

Choose a tag to compare

@github-actions github-actions released this 28 Jul 08:34
75cacc5

The SyncSubjectWithGitisJob code was removed in an early PR, but the job itself was already in the job queue. It is now failing because it can't find the handler class any longer.

Re-introduce the handler class and override #schedule to remove all active instances of the job from the queue. As jobs are scheduled on deployment we should be fine to deploy this then remove it immediately.