Don't constantly spawn new threads in agent #333

Closed
opened 2023-01-03 21:20:02 +01:00 by Jef Roosens · 0 comments
Owner

The agents currently spawn a new thread for every new build that's started. It would be more elegant to either combine these into a single long-running thread, or at least spawn n permanent threads that receive instructions using a channel. This would also give me an opportunity to explore using channels.

The agents currently spawn a new thread for every new build that's started. It would be more elegant to either combine these into a single long-running thread, or at least spawn n permanent threads that receive instructions using a channel. This would also give me an opportunity to explore using channels.
Jef Roosens added this to the 0.6.0 milestone 2023-04-05 11:21:05 +02:00
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vieter-v/vieter#333
No description provided.