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

Processor service: Event processing issues fix attempt 3 #134

Merged
merged 9 commits into from
Sep 13, 2024

Conversation

iLLiCiTiT
Copy link
Member

Changelog Description

Another attempt to fix issues with processor service that pretends to process events, but not doing anything.

Additional info

If event hub finds out it is diconnected, it does not try to get more events and stops the loop.
Added option to discover event handler classes without having register method in the file -> this might help to avoid garbage collection of handler objects ??? possible cause 1 on range 0-10 ???.

More context

Processor still prints "Processing event" message, so it does fetch AYON events, but either ftrack connection does not exist, or subscribers are not available anymore.

Testing notes:

  1. Keep it running in production for few days.
  2. Validate if processor pretends to process events but in fact does not.

@iLLiCiTiT iLLiCiTiT merged commit 0179081 into develop Sep 13, 2024
1 check passed
@iLLiCiTiT iLLiCiTiT deleted the enhancement/processor-fix-attempt-3 branch September 13, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants