-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Added experimental background job queue #20985
Merged
Merged
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa3773a - Browse repository at this point
Copy the full SHA fa3773aView commit details
Commits on Sep 12, 2024
-
Added and wired up the jobs queue into JobManager
Added config flags for the job queue to make it switchable config options are in services:jobs:queue and are 'enabled,reportStats,reportInterval,maxWorkers,logLevel(info/debug),pollMinInterval,pollMaxInterval,queueCapacity,fetchCount.
Configuration menu - View commit details
-
Copy full SHA for 0944f8e - Browse repository at this point
Copy the full SHA 0944f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbfb1a2 - Browse repository at this point
Copy the full SHA cbfb1a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d74d339 - Browse repository at this point
Copy the full SHA d74d339View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b68ec - Browse repository at this point
Copy the full SHA e3b68ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f47448b - Browse repository at this point
Copy the full SHA f47448bView commit details
Commits on Sep 13, 2024
-
This is slightly less efficient - potentially - because we do a select before inserting instead of ignoring the insert conflict. It's likely less efficient because I don't anticipate a ton of duplicates, although the analytics job can certainly result in that, which is where I'd expect the knex implementation to slightly win out. Regardless, testing is a fucking nightmare with knex directly as we have to spin up a db and use a schema for the table. Let's go down that path later if we need the performance improvements.
Configuration menu - View commit details
-
Copy full SHA for 713dcc4 - Browse repository at this point
Copy the full SHA 713dcc4View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b3b928 - Browse repository at this point
Copy the full SHA 4b3b928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c28ea - Browse repository at this point
Copy the full SHA 85c28eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 010369b - Browse repository at this point
Copy the full SHA 010369bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62807b9 - Browse repository at this point
Copy the full SHA 62807b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e253203 - Browse repository at this point
Copy the full SHA e253203View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 125f3d7 - Browse repository at this point
Copy the full SHA 125f3d7View commit details -
Added and updated jobs integration tests
- moved to a more appropriate location (integration tests from e2e-server)
Configuration menu - View commit details
-
Copy full SHA for 7aeb7e0 - Browse repository at this point
Copy the full SHA 7aeb7e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5508cfd - Browse repository at this point
Copy the full SHA 5508cfdView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c602c67 - Browse repository at this point
Copy the full SHA c602c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd905f - Browse repository at this point
Copy the full SHA 2cd905fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5529c0 - Browse repository at this point
Copy the full SHA e5529c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8fc8b - Browse repository at this point
Copy the full SHA aa8fc8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6694210 - Browse repository at this point
Copy the full SHA 6694210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fd8caf - Browse repository at this point
Copy the full SHA 2fd8cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b76b0 - Browse repository at this point
Copy the full SHA 22b76b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d77f5a - Browse repository at this point
Copy the full SHA 1d77f5aView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d341de1 - Browse repository at this point
Copy the full SHA d341de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ea94f - Browse repository at this point
Copy the full SHA e5ea94fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a1d943 - Browse repository at this point
Copy the full SHA 0a1d943View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7a699 - Browse repository at this point
Copy the full SHA ff7a699View commit details
Commits on Sep 26, 2024
-
It appears testUtils.setup MUST be called as before(testUtils.setup()); and doesn't work as an anonymous function with any consistency.
Configuration menu - View commit details
-
Copy full SHA for 06cc10c - Browse repository at this point
Copy the full SHA 06cc10cView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55cdf52 - Browse repository at this point
Copy the full SHA 55cdf52View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1adeee1 - Browse repository at this point
Copy the full SHA 1adeee1View commit details -
This was failing locally due to the local test db (in /tmp/ghost-test.db) missing migration columns. Not sure why. It could be due to version mismatch at this point as the migration needs to be updated before merging this. Blowing away that file and then re-running init'd a table with the correct schema.
Configuration menu - View commit details
-
Copy full SHA for 635a6b8 - Browse repository at this point
Copy the full SHA 635a6b8View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48aef4e - Browse repository at this point
Copy the full SHA 48aef4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8790ae5 - Browse repository at this point
Copy the full SHA 8790ae5View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cad48b8 - Browse repository at this point
Copy the full SHA cad48b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c623c50 - Browse repository at this point
Copy the full SHA c623c50View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89d54bc - Browse repository at this point
Copy the full SHA 89d54bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da5fbf - Browse repository at this point
Copy the full SHA 6da5fbfView commit details
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.