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

Fix Sentry Error: WorkerState does not exist #1

Merged
merged 1 commit into from
Jun 19, 2018

Conversation

jth-
Copy link

@jth- jth- commented Jun 19, 2018

Related to jazzband#55

Query has a dynamic variable determined by the database, using Now() to represent the current timestamp. Since the queries to determine whether a worker update exists and to retrieve the latest one are separate, this can result in the query being executed against a different interval expression. This resolves the issue by only executing the query once.

Copy link

@ekrupski ekrupski left a comment

Choose a reason for hiding this comment

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

Looks like that should resolve the issue!

@jth- jth- merged commit 99ff63c into master Jun 19, 2018
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