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

Solver job_offers endpoint and matcher report different job offers #457

Closed
bgins opened this issue Nov 27, 2024 · 0 comments
Closed

Solver job_offers endpoint and matcher report different job offers #457

bgins opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels

Comments

@bgins
Copy link
Contributor

bgins commented Nov 27, 2024

General Description

A query to the job_offers endpoint sometimes reports a different job offers than those logged by the matcher.

Which system(s) or functionality does this affect

This issue affects the solver. None of the other services query the job_offers endpoint, but humans query it to check if their job offer was posted.

Describe the changes, and how this affects/ interacts with each system.

Needs investigation. Initial thoughts are that there may be inconsistency between the store used by the Solver controller and the Solver server. Are we making a copy of the store that gets out of sync?

The issue may be resolved with #445 where we are adding a database backing for job offers.

@bgins bgins self-assigned this Nov 27, 2024
@bgins bgins added the solver label Nov 27, 2024
@bgins bgins closed this as completed Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant