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

feat: option to query and save results from Celery id directly #434

Open
ocervell opened this issue Sep 17, 2024 · 0 comments
Open

feat: option to query and save results from Celery id directly #434

ocervell opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
cli enhancement New feature or request runners

Comments

@ocervell
Copy link
Contributor

Currently, in remote mode, if running a Task, Workflow or Scan, the client has to remain connected to the worker for results to be saved locally on the client side.

So if the connection is broken for unknown reasons, the results are inaccessible.

We should add a way to query / save results at a later time, using the Celery id:

secator x httpx <huge_list_of_urls>
Running in worker with id <CELERY_ID>

and later:

secator reports fetch <CELERY_ID> --save
@ocervell ocervell added enhancement New feature or request runners cli labels Sep 17, 2024
@ocervell ocervell self-assigned this Sep 17, 2024
@ocervell ocervell changed the title feat: option to run async and query results afterwards feat: option to query from Celery id directly Sep 17, 2024
@ocervell ocervell changed the title feat: option to query from Celery id directly feat: option to query and save results from Celery id directly Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli enhancement New feature or request runners
Projects
None yet
Development

No branches or pull requests

1 participant