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

scan endpoint #377

Closed
oliver-sanders opened this issue Aug 11, 2022 · 1 comment · Fixed by #493
Closed

scan endpoint #377

oliver-sanders opened this issue Aug 11, 2022 · 1 comment · Fixed by #493
Labels
Milestone

Comments

@oliver-sanders
Copy link
Member

We have an internal interface for requesting a workflow scan:

async def scan(self):
"""Request a new workflow scan."""
if not self._stopping and self._queue.empty():
await self._queue.put(False)

We should expose this, probably as a REST endpoint.

Pull requests welcome!

@oliver-sanders
Copy link
Member Author

Needed for cylc/cylc-ui#1092

@oliver-sanders oliver-sanders modified the milestones: 1.3.0, 1.4.0 Jul 17, 2023
@MetRonnie MetRonnie modified the milestones: 1.4.0, 1.5.0 Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants