compiler.worker module

Initialize the Celery application.

compiler.worker.get_secrets(*args, **kwargs)[source]

Collect any required secrets from Vault, and get the convert image.

Return type

None

compiler.worker.verify_converter_image_up_to_date(*args, **kwargs)[source]

Upon startup, pull the compiler image.

Return type

None

compiler.worker.verify_secrets_up_to_date(*args, **kwargs)[source]

Verify that any required secrets from Vault are up to date.

Return type

None