Config
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| ReaderWorkqueueConfig | workqueue.Config | Catalog reader workqueue config. Make sure the index cache must be big enough to accommodate the biggest array task allowed to run on the system. |
| WriterWorkqueueConfig | workqueue.Config | Catalog writer workqueue config. Make sure the index cache must be big enough to accommodate the biggest array task allowed to run on the system. |
| CacheKey | [CacheKeyConfig](cachekeyconfig.md?sid=flyteplugins_go_tasks_pluginmachinery_catalog_cachekeyconfig) | Cache key configuration. |
| MaxCacheAge | stdconfig.Duration | Cache entries past this age will incur cache miss. 0 means cache never expires. |