-
Notifications
You must be signed in to change notification settings - Fork 264
Closed
Labels
Description
As I rotate between tickets I'm working on, I need to re-create some very similar builds. For example, last week, I created some tasks that would trigger a build on my custom worker_type. However, it's been a couple work days, and I've changed contexts. I can't quite remember exactly how my task definition looked, so I need to re-create it. It would potentially be neat if I could use recently-created task definitions.
Note: I'm not sure how you could handle de-duping: I wouldn't want to see every task definition I've created, because they'll all be vaguely different with different timestamps. For me, I've probably spun up over 50 tasks in the last week, but I've only done maybe 3 "types" of tasks.