-
Notifications
You must be signed in to change notification settings - Fork 129
feat: Implemented websocket to receive status about the job #444
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
base: main
Are you sure you want to change the base?
Conversation
this should be WIP as #429 is yet to be merged |
15096fe
to
35d7b2a
Compare
Hey @its-me-abhishek , while other operations such as mark as complete, delete is working but add-task is not working. Haven't made any changes related to it. |
Handlers need to be updated as CCSync now supports tags |
Ok let me try that as well |
Update: Error was not related to tags actually |
Description
Implemented Websockets for getting job status for tasks
Fixes #434
Checklist