cirruslabs / cirrus-cli

CLI for executing Cirrus tasks locally and in any CI
GNU Affero General Public License v3.0
204 stars 18 forks source link

RPC & persistent worker: support string-based task IDs #760

Closed edigaryev closed 3 months ago

edigaryev commented 3 months ago

Once the backend will start sending and receiving task IDs as strings, we can fully remove the int64 support from CLI.

fkorotkov commented 3 months ago

Why can't we stick with ints? String was created for Cirrus Teams but we tabled it for now.