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

Connector sometimes skips scheduling a job #2917

Open
artem-shelkovnikov opened this issue Oct 24, 2024 · 0 comments
Open

Connector sometimes skips scheduling a job #2917

artem-shelkovnikov opened this issue Oct 24, 2024 · 0 comments
Labels
bug Something isn't working team:ingestion v8.16.0

Comments

@artem-shelkovnikov
Copy link
Member

Bug Description

It's possible in some cases that connectors service does not schedule a job when it should - it just skips it.

To Reproduce

Steps to reproduce the behavior:

  1. Create a connector and set its schedule to "every hour" and set a minute somewhat close, so that it syncs in 2-3 minutes
  2. Wait
  3. Check the job table
  4. Job is not scheduled

Expected behavior

Job was scheduled

Debug logs

Image

It could be just wrong condition (> instead of >=)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working team:ingestion v8.16.0
Projects
None yet
Development

No branches or pull requests

1 participant