You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ A minimalist [Flask](https://github.com/pallets/flask) extension that serves as
20
20
- Can also process multiple uploaded files in one command. See [Example code](examples/multiple_files.py).
21
21
- This is useful for internal docker-to-docker communications if you have different binaries distributed in micro-containers. See [real-life example](https://github.com/intelowlproject/IntelOwl/blob/develop/integrations/peframe/app.py).
22
22
- You can define a callback function/ use signals to listen for process completion. See [Example code](examples/with_callback.py).
23
-
- Maybe want to pass some additional context to the callback function ?
24
-
- Maybe intercept on completion and update the result ? See [Example code](examples/custom_save_fn.py)
23
+
* Maybe want to pass some additional context to the callback function ?
24
+
* Maybe intercept on completion and update the result ? See [Example code](examples/custom_save_fn.py)
25
25
- Currently, all commands run asynchronously (default timeout is 3600 seconds), so result is not available directly. An option _may_ be provided for this in future releases for commands that return immediately.
26
26
27
27
> Note: This extension is primarily meant for executing long-running
0 commit comments