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
Allow secondary agents to react to jobs being created, succeeding, failing, beginning a run, reaching their due time...
The agents return output as usual, but this isn't fed to any downstream dependencies of the job, and it doesn't block them being triggered.
When requesting work, agents can say "give me jobs of type X which have not been processed by system Y".
The same guarantees around fungibility, once-only execution and so on should apply.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Allow secondary agents to react to jobs being created, succeeding, failing, beginning a run, reaching their due time...
The agents return output as usual, but this isn't fed to any downstream dependencies of the job, and it doesn't block them being triggered.
When requesting work, agents can say "give me jobs of type X which have not been processed by system Y".
The same guarantees around fungibility, once-only execution and so on should apply.
The text was updated successfully, but these errors were encountered: