mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
In my opinion, this kind of handling of transactions is pretty ugly. The being said, we have issues with running into deadlocks on aur.al, so this commit works against that immediate bug. An ideal solution would be to deal with retrying transactions through the `db.begin()` scope, so we wouldn't have to explicitly annotate functions as "retry functions," which is what this commit does. Closes #376 Signed-off-by: Kevin Morris <kevr@0cost.org> |
||
---|---|---|
.. | ||
__init__.py | ||
accepted_term.py | ||
account_type.py | ||
api_rate_limit.py | ||
ban.py | ||
declarative.py | ||
dependency_type.py | ||
group.py | ||
license.py | ||
official_provider.py | ||
package.py | ||
package_base.py | ||
package_blacklist.py | ||
package_comaintainer.py | ||
package_comment.py | ||
package_dependency.py | ||
package_group.py | ||
package_keyword.py | ||
package_license.py | ||
package_notification.py | ||
package_relation.py | ||
package_request.py | ||
package_source.py | ||
package_vote.py | ||
relation_type.py | ||
request_type.py | ||
session.py | ||
ssh_pub_key.py | ||
term.py | ||
tu_vote.py | ||
tu_voteinfo.py | ||
user.py |