Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error setting expiration when adding new assignments #6

Open
hawkrobe opened this issue Sep 26, 2019 · 0 comments
Open

error setting expiration when adding new assignments #6

hawkrobe opened this issue Sep 26, 2019 · 0 comments

Comments

@hawkrobe
Copy link

hawkrobe commented Sep 26, 2019

I uploaded a HIT with 9 assignments (1 batch) set to expire in 1 hour and then a few minutes later decided to add a few more assignments:

➜  nosub -p status
Running on production
ID                              Created                Expiration            Assignments  NumPending  NumAvailable  NumCompleted
------------------------------  ---------------------  --------------------  -----------  ----------  ------------  ------------
3FTID4TN8LYCH8GR30YO1PFCULVLY0  9/26/2019 12:26:22 PM  9/26/2019 1:26:22 PM  9            3           0             6

Total available: 9
Total completed: 6

➜  nosub -p add 2 assignments
Running on production
Cost will be $2.64
Account balance is $155.24
Creating new batches. Setting expiration to current maximum Thu Sep 26 2019 13:26:22 GMT-0400 (Eastern Daylight Time)
Created batch 3VO4XFFP15M4TL038WGK5YU90TBQ7X

➜  nosub -p status
Running on production
ID                              Created                Expiration             Assignments  NumPending  NumAvailable  NumCompleted
------------------------------  ---------------------  ---------------------  -----------  ----------  ------------  ------------
3FTID4TN8LYCH8GR30YO1PFCULVLY0  9/26/2019 12:26:22 PM  9/26/2019 1:26:22 PM   9            3           0             6
3VO4XFFP15M4TL038WGK5YU90TBQ7X  9/26/2019 12:59:36 PM  9/30/2019 12:59:36 PM  2            2           0             0

At the time of adding assignments, it says 'setting expiration to current maximum' and shows the correct time, but when I called nosub -p status, it's set to 4 days later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant