-
-
Notifications
You must be signed in to change notification settings - Fork 88
@fedify/fedify/x/cfworkers module
#242
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
Merged
Merged
Conversation
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
3b03b99 to
ae33fee
Compare
Contributor
|
The docs for this pull request have been published: |
161d4f5 to
9674ec2
Compare
0aad6d7 to
d6f3749
Compare
7ae7ab4 to
48613a8
Compare
48613a8 to
c2f6d66
Compare
1c6f829 to
a020557
Compare
a020557 to
d7cb9ef
Compare
Contributor
|
The latest push to this pull request has been published to JSR and npm as a pre-release: |
Member
Author
|
We need to test if a new npm package works well with Hollo. |
Member
Author
|
Okay, now I'm pretty sure that it works on every runtime we support. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/kv
Key–value store related
component/mq
Message queue related
runtime/cfworkers
Cloudflare Workers runtime related
status/ready for review
Ready for review
type/enhancement
Improvements to existing features
type/feature
Requests for new features
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.
Fixes #241.
This pull request introduces support for Cloudflare Workers in the Fedify library, along with updates to documentation, dependencies, and test cases. The main changes include the addition of new classes and methods for Cloudflare Workers integration, updates to the configuration files to include necessary dependencies, and enhancements to the documentation to guide users on using the new features.
Cloudflare Workers support:
WorkersKvStoreandWorkersMessageQueueclasses for Cloudflare Workers, providing key–value storage and message queue functionality. These are documented in docs/manual/kv.md and docs/manual/mq.md. [1] [2] [3]Federation.processQueuedTask()method to handle queued tasks in environments like Cloudflare Workers.Documentation updates:
WorkersKvStoreandWorkersMessageQueue. [1] [2]Dependency and configuration updates:
@cloudflare/workers-typesand updatedtypescriptto version 5.8.3 in docs/package.json and docs/pnpm-lock.yaml. [1] [2] [3] [4] [5]Code enhancements:
FederationImplto useprocessQueuedTask()for inbox and outbox queue processing. [1] [2]queueevents in fedify/cfworkers/server.ts.Test updates:
Requestobjects. [1] [2] [3] [4]