Skip to content

Commit

Permalink
docs: remove realtime note and update table name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidglivar committed Apr 30, 2024
1 parent b683507 commit b2a5d2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Supaworker is a job queue for Supabase projects.
## Usage

Supaworker is a job queue that is backed by your Supabase database.
Jobs are enqueued as rows in a `supaworker_jobs` table where background workers can pick them up and process them.
Jobs are enqueued as rows in a `"supaworker"."jobs"` table where background workers can pick them up and process them.

A worker is a Supaworker client does the following:

Expand All @@ -35,8 +35,6 @@ Then run the migration:
supabase migration up --local
```

From Supabase studio, head to Database -> Replication. In the row named "supabase_realtime", click the "_x_ table(s)" button under the "Source" column and toggle the "supaworker_jobs" table to enabled.

### Installation

Add Supaworker to your project:
Expand Down

0 comments on commit b2a5d2b

Please sign in to comment.