Skip to content

Commit a873f82

Browse files
committed
Clarify further changes to the schema will be migrations
1 parent e29033b commit a873f82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ Now you're ready to start processing jobs by running `bin/jobs` on the server th
5151

5252
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.
5353

54+
**Note**: future changes to the schema will come in the form of regular migrations.
55+
56+
5457
### Single database configuration
5558

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

0 commit comments

Comments
 (0)