My redis worker keeps suspending

I have a simple fly app that runs my redis worker. I’ve configured it like:

[http_service]
  internal_port = 8080
  force_https = true
  auto_stop_machines = false
  auto_start_machines = true
  min_machines_running = 1

After my worker is done processing some jobs for the day it just suspends…

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.