mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #458] Question: Is it possible to use a client written in typescript ? #210
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#210
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Antoine-Sevec on GitHub (May 9, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/458
Hello :)
I wanted to say thank you for your work on Async, it's a great project :)
We want to use our typescript language to be able to send our requests to Asynq, but we did not see in the doc that this was possible. Do you think this is achievable?
Thank you for your reply
@hibiken commented on GitHub (May 10, 2022):
@Antoine-Sevec Thank you for the question!
As discussed in this other issue #105 we are planning to provide native client libraries in different languages.
Also, we are recently thinking about providing a HTTP/gRPC service that other language servers can talk to request to enqueue a task and possibly configure the service to push the task to HTTP/gRPC endpoints that user configures.
However, this work is probably not going to get done anytime soon (since there's other higher priority work items)
I think the easiest way to unblock you is for you to write a simple HTTP/gRPC service in Go that accepts requests to enqueue a task.