Bug: CFUpdater tries to set records to be proxied #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The main problem with this is that it retries, but the error occurs indefinitly from this point !!!
Also, the method name does not match anymore. The "Retrying..." part is not hardcoded in the string, so it must be a part of the error message. Or maybe this is a problem with
__pycache__?There is no retrying mechanism, too. It just retries because the thread hits it's next update period.
Maybe the matching with only the records name and type (code section) is not sufficient and maybe affects other records as well.
created branch
fix-#3to address this issuementioned in merge request !2
mentioned in issue #4
unassigned @leon