Feature2983 - Added Cloud Run Jobs support for scalable async processing of image transformations.
Added support to all methods for, INLINE, GCP_JOBS and Celery handlers for sync or async processing. Configured via the ITS_HANDLER environment variable. Inline is the default handler.
Fixes:
Configuration Changes:
Deploy worker container to GCP Cloud Run Jobs and Cloud Run. See section "GCP Worker Service" in GCP-JOBS.md
Deploy REST-API service to GCP Cloud Run. See section "GCP REST-API Service" in GCP-RUN.md