Skip to content

Conversation

@maxdml
Copy link
Collaborator

@maxdml maxdml commented Jul 21, 2025

Let users provide the system db url programmatically

@maxdml maxdml changed the title Config system db Parse config file Jul 21, 2025
@maxdml maxdml changed the title Parse config file System DB config Jul 21, 2025
Comment on lines -114 to -116
// XXX doing this lets the dequeue and the task invokation survive the context cancellation
// We might be OK with not doing this. During the tests it results in all sorts of error inside the two functions above due to context cancellation
runnerContext := context.WithoutCancel(ctx)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This causes a small race condition in the TestWorkerConcurrency test -- I might have to change this test altogether eventually

@maxdml maxdml merged commit 8b55202 into main Jul 22, 2025
1 check passed
@maxdml maxdml deleted the config-system-db branch July 22, 2025 04:08
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