Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P459
ugly bitbucket lister workaround
Active
Public
Actions
Authored by
ardumont
on Jul 4 2019, 4:53 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
Lister
Bitbucket lister
Origin-Bitbucket
Subscribers
None
on worker09:
```
@app.task(name=__name__ + '.IncrementalBitBucketLister')
def incremental_bitbucket_lister(**lister_args):
lister = new_lister(**lister_args)
# HACK: remove when unstuck
from urllib.parse import unquote
from iso8601 import parse_date
min_bound = parse_date(unquote('2015-05-02T1537%3A26.103002%2B00%3A00'))
lister.run(min_bound=min_bound, max_bound=None)
```
Rescheduling the task and now it lists again!
Event Timeline
ardumont
created this paste.
Jul 4 2019, 4:53 PM
2019-07-04 16:53:50 (UTC+2)
ardumont
added a comment.
Jul 4 2019, 4:56 PM
2019-07-04 16:56:30 (UTC+2)
Comment Actions
Related
T1859
ardumont
changed the title of this paste from
beurk
to
irk: unstuck bitbucket lister
.
Jul 4 2019, 4:57 PM
2019-07-04 16:57:17 (UTC+2)
ardumont
edited the content of this paste.
(Show Details)
ardumont
added projects:
Lister
,
Bitbucket lister
,
Origin-Bitbucket
.
ardumont
changed the title of this paste from
irk: unstuck bitbucket lister
to
ugly unstucking bitbucket lister
.
ardumont
changed the title of this paste from
ugly unstucking bitbucket lister
to
ugly bitbucket lister workaround
.
Aug 26 2019, 10:33 AM
2019-08-26 10:33:22 (UTC+2)
Log In to Comment