Skip to content

Commit

Permalink
🚀(opendata) run app using a single worker
Browse files Browse the repository at this point in the history
As the opendata application is not supposed to get a high traffic
(thanks to the NAP), a single worker with minimal configuration would be
sufficient. This will avoid consuming too much RAM.
  • Loading branch information
jmaupetit committed Jan 8, 2025
1 parent cd73773 commit ca4c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opendata/Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: data7 run --no-reload
web: data7 run --no-reload --workers 1

0 comments on commit ca4c3a8

Please sign in to comment.