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

landing_worker: various changes to configuration (bug 1940565) #201

Merged
merged 4 commits into from
Feb 5, 2025

Conversation

zzzeid
Copy link
Collaborator

@zzzeid zzzeid commented Jan 23, 2025

This PR mainly adds the ability to configure landing workers on-the-fly without
the need to restart them after changes.

  • implement functionality to update worker config on the fly
  • remove configuration variables that relate to workers
  • pass worker instance to base worker
  • implement functionality in worker to fetch up to date config
  • rename fields for consistency
  • update tests and fixtures
  • add improved string representation for workers

@zzzeid zzzeid changed the title various changes to landing worker landing_worker: various changes to configuration Jan 23, 2025
@zzzeid zzzeid changed the title landing_worker: various changes to configuration landing_worker: various changes to configuration (bug 1940565) Jan 23, 2025
@zzzeid zzzeid force-pushed the zeid/bug-1940565-allow-worker-model-overrides branch 4 times, most recently from fc9e54a to a988d24 Compare January 30, 2025 18:14
@zzzeid zzzeid force-pushed the zeid/bug-1940565-allow-worker-model-overrides branch 4 times, most recently from d80f672 to adadfdf Compare January 31, 2025 15:21
- remove configuration variables that relate to workers
- pass worker instance to base worker
- implement functionality in worker to fetch up to date config
- rename fields for consistency
- update tests and fixtures
- update maintenance
@zzzeid zzzeid force-pushed the zeid/bug-1940565-allow-worker-model-overrides branch from adadfdf to ee9eff2 Compare January 31, 2025 15:29
@zzzeid zzzeid requested review from cgsheeh and shtrom January 31, 2025 15:30
@zzzeid zzzeid marked this pull request as ready for review January 31, 2025 15:31
Copy link
Member

@shtrom shtrom left a comment

Choose a reason for hiding this comment

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

LGTM. Couple of nits, but non-blocking.

@zzzeid zzzeid requested a review from shtrom February 4, 2025 19:49
Copy link
Member

@shtrom shtrom left a comment

Choose a reason for hiding this comment

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

Look great!

@zzzeid zzzeid merged commit 7da7435 into main Feb 5, 2025
1 check passed
@zzzeid zzzeid deleted the zeid/bug-1940565-allow-worker-model-overrides branch February 5, 2025 13:52
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.

None yet

2 participants