allenai / amti

A Mechanical Turk Interface (amti) 🤖
Apache License 2.0
55 stars 18 forks source link

adding an option to list the blocked workers. #29

Closed danyaljj closed 2 years ago

danyaljj commented 3 years ago

The usage:

> amti list-blocked --live 
nalourie-ai2 commented 2 years ago

I'm closing this PR because to properly list blocked workers, amti would have to deal with the AWS APIs pagination (or end up returning a huge number of results in some situations). Currently, this code only returns the first 100 results (which could be misleading to a user), and I can't think of a good way to handle the pagination without introducing a lot of complexity.

For users looking for this feature: please use amti to manage your HIT batches, and the aws CLI for deeper management of things like blocking workers.