-
Notifications
You must be signed in to change notification settings - Fork 130
Graphile Queue Driver #467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
alex-holovach
wants to merge
24
commits into
vercel:main
Choose a base branch
from
alex-holovach:graphile-queue-driver
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
8738071
Extract QueueOptions type
paulhenri-l c2387c6
Export raw entrypoints
paulhenri-l cd940f7
Queue Drivers + Direct wf/steps proxy
paulhenri-l 2877e6c
Generate latest migrations
paulhenri-l dff323c
Multiple proxies
paulhenri-l b26daf7
Code organisation
paulhenri-l a8b1b29
Use queue prefix
paulhenri-l c5dcac7
Config
paulhenri-l 18d2829
Updated README
paulhenri-l 32de500
Rework README
paulhenri-l 9a4ce9a
Changeset
paulhenri-l 2d7fba8
Store data as bytea to support null bytes
paulhenri-l f0dead8
Respect sleep
paulhenri-l 8cd8278
Queue with 0 attempts
paulhenri-l ce0129a
Typo
paulhenri-l 99ae9af
add graphile queue driver
alex-holovach bec0978
fix migration journal after rebase
alex-holovach b8bb0c9
restore drizzle
alex-holovach 1a00db7
remove unused package
alex-holovach ccd6927
update docs
alex-holovach 9ccd695
fix: set initial queue attempt to 1
alex-holovach 3bbf107
fix(utils): detect linux ports via /proc (#471)
alex-holovach e3d8917
fix(world-postgres): resolve http proxy baseUrl lazily for dynamic po…
alex-holovach 3875887
run benchmarks for both postgres drivers
alex-holovach File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@workflow/utils": patch | ||
| --- | ||
|
|
||
| fix(utils): detect linux ports via /proc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| "@workflow/world-postgres": patch | ||
| "@workflow/sveltekit": patch | ||
| "@workflow/builders": patch | ||
| --- | ||
|
|
||
| - export stepEntrypoint and workflowEntrypoint from build | ||
| - add abstract queue driver to world postgres | ||
| - add execution strategy to world postgres | ||
| - add Graphile Worker as alternative queue driver (set `WORKFLOW_QUEUE_DRIVER=graphile` to enable) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm actively making improvements to the benchmarking stuff so expect some merge conflicts on adding your own stuff to benchmark