resonatehq / resonate

a dead simple programming model for the cloud
https://www.resonatehq.io
Apache License 2.0
405 stars 32 forks source link

Add task cli commands #436

Closed dfarr closed 1 month ago

dfarr commented 1 month ago

Claim, complete, and heartbeat tasks.

Commands:

Examples:

resonate tasks claim --id foo --counter 1 --process-id bar --ttl 1m
resonate tasks complete --id foo --counter 1
resonate tasks heartbeat --id foo --counter 1

See promises and schedules for a reference.

TusharMohapatra07 commented 1 month ago

Hello, does this issue needs any prerequisite knowledge of cloud ?

dfarr commented 1 month ago

Hello, does this issue needs any prerequisite knowledge of cloud ?

Not at all! This is just request/response from client to server.

TusharMohapatra07 commented 1 month ago

Okay then, i'd like to work on this.

dfarr commented 1 month ago

Thank you @TusharMohapatra07 !!!

dfarr commented 1 month ago

Completed by #443