You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Antoine-Sevec
changed the title
Question: Question: Is it possible to use a client written in typescript ?
Question: Is it possible to use a client written in typescript ?
May 9, 2022
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.
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
The text was updated successfully, but these errors were encountered: