-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored GCloud Pub/Sub message queue implementation
refs [AP-566](https://linear.app/ghost/issue/AP-566/implement-a-pubsub-backed-queue-for-fedify), [#143](#143) Refactorings include: - Renamed `gcloud-pubsub-mq` to `gcloud-pubsub-push-mq` - Colocated all message queue related logic in `src/mq/gcloud-pubsub-push` for better reasonability / maintainability - Reworked how the Hono middleware interfaces with the message queue (removed app-wide event bus) - Reworked message queue error handling to not use Sentry directly - Improved strcutured logging - Improved test coverage - Added inline documentation
- Loading branch information
Showing
11 changed files
with
940 additions
and
812 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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 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 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.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.