12 lines
390 B
Python
12 lines
390 B
Python
# This file is deprecated and has been refactored.
|
|
# Worker functions are now located in their own dedicated modules:
|
|
# - direct_batch_worker.py
|
|
# - direct_docker_worker.py
|
|
# - direct_download_worker.py
|
|
# - throughput_worker.py
|
|
# - queue_workers.py
|
|
#
|
|
# Generic helper functions have been moved to worker_utils.py.
|
|
#
|
|
# This file is kept to avoid breaking old imports but should not be used.
|