mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat: add global task framework (#36368)
This commit is contained in:
@@ -414,15 +414,15 @@ class SupersetDisallowedSQLTableException(SupersetErrorException):
|
||||
)
|
||||
|
||||
|
||||
class CreateKeyValueDistributedLockFailedException(Exception): # noqa: N818
|
||||
class AcquireDistributedLockFailedException(Exception): # noqa: N818
|
||||
"""
|
||||
Exception to signalize failure to acquire lock.
|
||||
"""
|
||||
|
||||
|
||||
class DeleteKeyValueDistributedLockFailedException(Exception): # noqa: N818
|
||||
class ReleaseDistributedLockFailedException(Exception): # noqa: N818
|
||||
"""
|
||||
Exception to signalize failure to delete lock.
|
||||
Exception to signalize failure to release lock.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user