controller

package
v0.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// User defined operation names
	OperationListSecret = "LISTSECRETS"

	// AsyncCreateOrUpdateMongoDatabaseTimeout is the timeout for async create or update Mongo database
	AsyncCreateOrUpdateMongoDatabaseTimeout = time.Duration(10) * time.Minute
	// AsyncDeleteMongoDatabaseTimeout is the timeout for async delete Mongo database
	AsyncDeleteMongoDatabaseTimeout = time.Duration(15) * time.Minute

	// AsyncCreateOrUpdateRedisCacheTimeout is the timeout for async create or update Redis cache
	AsyncCreateOrUpdateRedisCacheTimeout = time.Duration(60) * time.Minute
	// AsyncDeleteRedisCacheTimeout is the timeout for async delete Redis cache
	AsyncDeleteRedisCacheTimeout = time.Duration(30) * time.Minute

	// AsyncCreateOrUpdateDaprStateStoreTimeout is the timeout for async create or update dapr state store
	AsyncCreateOrUpdateDaprStateStoreTimeout = time.Duration(60) * time.Minute
	// AsyncDeleteDaprStateStoreTimeout is the timeout for async delete Dapr state store
	AsyncDeleteDaprStateStoreTimeout = time.Duration(30) * time.Minute

	// AsyncCreateOrUpdateSqlTimeout is the timeout for async create or update sql database
	AsyncCreateOrUpdateSqlDatabaseTimeout = time.Duration(10) * time.Minute
	// AsyncDeleteSqlDatabaseTimeout is the timeout for async delete sql database
	AsyncDeleteSqlDatabaseTimeout = time.Duration(15) * time.Minute
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL