We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The worker currently sets "global" defaults for the collection URL and version at startup time (form env vars)
But maybe this is too much, and unnecessary, control from the worker.
So we should enable a Run to include collections_endpoint and collections_version in its options, which should override the worker default.
collections_endpoint
collections_version
This lets Lightning decide what collection version is used. It can even decide per-project if it wants to.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The worker currently sets "global" defaults for the collection URL and version at startup time (form env vars)
But maybe this is too much, and unnecessary, control from the worker.
So we should enable a Run to include
collections_endpoint
andcollections_version
in its options, which should override the worker default.This lets Lightning decide what collection version is used. It can even decide per-project if it wants to.
The text was updated successfully, but these errors were encountered: