Add new functionality (--async) in weather-dl to terminate tool after dataflow job launched.
Open
weather-dl
- Dominant language
- Python
- Stars
- 252
- Forks
- 60
- Avg merge
- 8d 4h
- Merged PRs (30d)
- 3
Description
Let's add a new `flag` like `--async` to `weather-dl` that enables the tool to automatically terminate and exit gracefully after getting the specific keyword from the log such as `JOB_IS_STARTED`.
Presently, upon completion of the entire dataflow job, our program terminates, resulting in significant time consumption. However, with the above modifications, our program exits as soon as the data flow job is launched.
Contributor guide
Assessment
This issue has not been assessed yet.