Bug 1668693 Comment 15 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I believe that the limit of 25 is a hard pulse limit, but we'll need to double-check with the taskcluster team if this information is still valid.

We can fix this by changing this line: https://hg.mozilla.org/mozilla-central/file/tip/taskcluster/taskgraph/actions/backfill.py#l153  what the fix should be may be up for discussion.

(We may want to just add a `-bk` to the symbol, and add metadata into `task.extra`? Or maybe we should find an existing `-bk`, and strip it, since it looks like the offending symbol has multiple: `mda2-dafa26b89ed-bk-1754415059f-bk`)
I believe that the limit of 25 is a hard pulse limit, but we'll need to double-check with the taskcluster team if this information is still valid.

We can fix this by changing this line: https://hg.mozilla.org/mozilla-central/file/tip/taskcluster/taskgraph/actions/backfill.py#l153 . What the fix should be may be up for discussion.

(We may want to just add a `-bk` to the symbol, and add metadata into `task.extra`? Or maybe we should find an existing `-bk`, and strip it, since it looks like the offending symbol has multiple: `mda2-dafa26b89ed-bk-1754415059f-bk`)
I believe that the limit of 25 is a hard pulse limit, but we'll need to double-check with the taskcluster team if this information is still valid.

We can fix this by changing this line: https://hg.mozilla.org/mozilla-central/file/tip/taskcluster/taskgraph/actions/backfill.py#l153 . What the fix should be may be up for discussion.

(We may want to just add a `-bk` to the symbol, and add metadata into `task.extra`? Or maybe we should find an existing `-bk`, and strip it, since it looks like the offending symbol has multiple: `mda2-dafa26b89ed-bk-1754415059f-bk`) If the double `-bk` is useful, perhaps we can reduce the revision from 11 chars to 5?

Back to Bug 1668693 Comment 15