Add worker completion log
This commit is contained in:
parent
e1f7c7b019
commit
7523c18d87
1 changed files with 3 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ and publishes generated MP4 files back to the web machine's out-dir.
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
import logging
|
||||||
import hashlib
|
import hashlib
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
|
@ -344,4 +345,5 @@ def main() -> int:
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
raise SystemExit(main())
|
logging.info('Worker finished.')
|
||||||
|
raise SystemExit(main())
|
||||||
Loading…
Add table
Add a link
Reference in a new issue