Amir Lazarovich

Results 2 issues of Amir Lazarovich

Better cache handling, flexible ImageLoader, inheritance friendlier classes, minor bugfixes. Notes: - We "disabled" the http retry mechanism (by simply setting its default value to "1") since it had no...

This will allow one to do the following: docker-compose.yml ``` version: "3.9" services: celery-worker: ... celery-flower: image: mher/flower:1.2 command: celery --broker=$REDIS_URL flower --port=5555 --auth=".*@my.domain" ports: - 5555:5555 environment: FLOWER_OAUTH2_SECRET_FILE: /run/secrets/flower_oauth2_secret...