Skip to content

Commit

Permalink
Clarify further changes to the schema will be migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Sep 13, 2024
1 parent e29033b commit a873f82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Now you're ready to start processing jobs by running `bin/jobs` on the server th

For small projects, you can run Solid Queue on the same machine as your webserver. When you're ready to scale, Solid Queue supports horizontal scaling out-of-the-box. You can run Solid Queue on a separate server from your webserver, or even run `bin/jobs` on multiple machines at the same time. Depending on the configuration, you can designate some machines to run only dispatchers or only workers. See the [configuration](#configuration) section for more details on this.

**Note**: future changes to the schema will come in the form of regular migrations.


### Single database configuration

It's also possibile to use one single database for both production data:
Expand Down

0 comments on commit a873f82

Please sign in to comment.