ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
290 B

  1. default: &default
  2. dispatchers:
  3. - polling_interval: 1
  4. batch_size: 500
  5. workers:
  6. - queues: "*"
  7. threads: 3
  8. processes: <%= ENV.fetch("JOB_CONCURRENCY", 1) %>
  9. polling_interval: 0.1
  10. development:
  11. <<: *default
  12. test:
  13. <<: *default
  14. production:
  15. <<: *default