HotShot icon indicating copy to clipboard operation
HotShot copied to clipboard

[Task architecture] - Make `TaskState` object safe

Open ss-es opened this issue 1 year ago • 0 comments

What is this task and why do we need to work on it?

To make stopping/restarting tasks more uniform, the TaskState trait needs to be made object safe.

What work will need to be done to complete this task?

There are a lot of constraints imposed by existing code (particularly our integration tests), and a large part of the work will be disentangling the varying implementations of the existing TaskState trait that are currently spread throughout our code for various different kinds of tasks.

Are there any other details to include?

No response

What are the acceptance criteria to close this issue?

TaskState is object safe.

Branch work will be merged to (if not the default branch)

No response

ss-es avatar May 22 '24 17:05 ss-es