tasker-engine 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (361) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/app/controllers/tasker/analytics_controller.rb +2 -2
  4. data/app/controllers/tasker/graphql_controller.rb +3 -3
  5. data/app/controllers/tasker/health_controller.rb +1 -1
  6. data/app/controllers/tasker/metrics_controller.rb +3 -3
  7. data/app/jobs/tasker/metrics_export_job.rb +1 -1
  8. data/app/models/tasker/application_record.rb +5 -5
  9. data/app/models/tasker/task.rb +1 -1
  10. data/db/functions/get_step_readiness_status_single_and_batch_v02.sql +2 -2
  11. data/docs/AUTH.md +11 -11
  12. data/docs/DEVELOPER_GUIDE.md +6 -6
  13. data/docs/EXECUTION_CONFIGURATION.md +1 -1
  14. data/docs/HEALTH.md +3 -3
  15. data/docs/METRICS.md +4 -4
  16. data/docs/OPTIMIZATION_PLAN.md +3 -3
  17. data/docs/QUICK_START.md +1 -1
  18. data/docs/REST_API.md +1 -1
  19. data/docs/TELEMETRY.md +5 -5
  20. data/docs/TROUBLESHOOTING.md +2 -2
  21. data/docs/TaskHandlerGenerator.html +55 -55
  22. data/docs/Tasker/Analysis/RuntimeGraphAnalyzer.html +1 -1
  23. data/docs/Tasker/Analysis/TemplateGraphAnalyzer.html +1 -1
  24. data/docs/Tasker/Analysis.html +1 -1
  25. data/docs/Tasker/AnalyticsController.html +1 -1
  26. data/docs/Tasker/AnalyticsService/BottleneckAnalytics.html +1 -1
  27. data/docs/Tasker/AnalyticsService/PerformanceAnalytics.html +1 -1
  28. data/docs/Tasker/AnalyticsService.html +1 -1
  29. data/docs/Tasker/AnnotationType.html +1 -1
  30. data/docs/Tasker/AnnotationTypeSerializer.html +1 -1
  31. data/docs/Tasker/ApplicationController.html +1 -1
  32. data/docs/Tasker/ApplicationJob.html +1 -1
  33. data/docs/Tasker/ApplicationRecord.html +6 -6
  34. data/docs/Tasker/Authentication/AuthenticationError.html +1 -1
  35. data/docs/Tasker/Authentication/ConfigurationError.html +1 -1
  36. data/docs/Tasker/Authentication/Coordinator.html +1 -1
  37. data/docs/Tasker/Authentication/Interface.html +1 -1
  38. data/docs/Tasker/Authentication/InterfaceError.html +1 -1
  39. data/docs/Tasker/Authentication/NoneAuthenticator.html +1 -1
  40. data/docs/Tasker/Authentication.html +1 -1
  41. data/docs/Tasker/Authorization/AuthorizationError.html +1 -1
  42. data/docs/Tasker/Authorization/BaseCoordinator.html +2 -2
  43. data/docs/Tasker/Authorization/ConfigurationError.html +1 -1
  44. data/docs/Tasker/Authorization/ResourceConstants/ACTIONS.html +1 -1
  45. data/docs/Tasker/Authorization/ResourceConstants/RESOURCES.html +1 -1
  46. data/docs/Tasker/Authorization/ResourceConstants.html +1 -1
  47. data/docs/Tasker/Authorization/ResourceRegistry.html +1 -1
  48. data/docs/Tasker/Authorization/UnauthorizedError.html +1 -1
  49. data/docs/Tasker/Authorization.html +2 -2
  50. data/docs/Tasker/CacheCapabilities.html +1 -1
  51. data/docs/Tasker/CacheStrategy.html +1 -1
  52. data/docs/Tasker/Concerns/Authenticatable.html +1 -1
  53. data/docs/Tasker/Concerns/Authorizable/AdminStatusChecker.html +1 -1
  54. data/docs/Tasker/Concerns/Authorizable.html +1 -1
  55. data/docs/Tasker/Concerns/ControllerAuthorizable.html +1 -1
  56. data/docs/Tasker/Concerns/EventPublisher.html +1 -1
  57. data/docs/Tasker/Concerns/IdempotentStateTransitions.html +1 -1
  58. data/docs/Tasker/Concerns/StateMachineBase/ClassMethods.html +1 -1
  59. data/docs/Tasker/Concerns/StateMachineBase/StateMachineBase/ClassMethods.html +1 -1
  60. data/docs/Tasker/Concerns/StateMachineBase/StateMachineBase.html +1 -1
  61. data/docs/Tasker/Concerns/StateMachineBase.html +1 -1
  62. data/docs/Tasker/Concerns/StructuredLogging.html +1 -1
  63. data/docs/Tasker/Concerns.html +1 -1
  64. data/docs/Tasker/Configuration/ConfigurationProxy.html +1 -1
  65. data/docs/Tasker/Configuration/TelemetryConfigurationProxy.html +1 -1
  66. data/docs/Tasker/Configuration.html +1 -1
  67. data/docs/Tasker/ConfigurationError.html +1 -1
  68. data/docs/Tasker/ConfiguredTask.html +2 -2
  69. data/docs/Tasker/Constants/EventDefinitions.html +1 -1
  70. data/docs/Tasker/Constants/ObservabilityEvents/Step.html +1 -1
  71. data/docs/Tasker/Constants/ObservabilityEvents/Task.html +1 -1
  72. data/docs/Tasker/Constants/ObservabilityEvents.html +1 -1
  73. data/docs/Tasker/Constants/RegistryEvents.html +1 -1
  74. data/docs/Tasker/Constants/StepEvents.html +1 -1
  75. data/docs/Tasker/Constants/TaskEvents.html +1 -1
  76. data/docs/Tasker/Constants/TaskExecution/ExecutionStatus.html +1 -1
  77. data/docs/Tasker/Constants/TaskExecution/HealthStatus.html +1 -1
  78. data/docs/Tasker/Constants/TaskExecution/RecommendedAction.html +1 -1
  79. data/docs/Tasker/Constants/TaskExecution.html +1 -1
  80. data/docs/Tasker/Constants/TaskFinalization/ErrorMessages.html +1 -1
  81. data/docs/Tasker/Constants/TaskFinalization/PendingReasons.html +1 -1
  82. data/docs/Tasker/Constants/TaskFinalization/ReenqueueReasons.html +1 -1
  83. data/docs/Tasker/Constants/TaskFinalization.html +1 -1
  84. data/docs/Tasker/Constants/TaskStatuses.html +1 -1
  85. data/docs/Tasker/Constants/TestEvents.html +1 -1
  86. data/docs/Tasker/Constants/WorkflowEvents.html +1 -1
  87. data/docs/Tasker/Constants/WorkflowStepStatuses.html +1 -1
  88. data/docs/Tasker/Constants.html +1 -1
  89. data/docs/Tasker/DependentSystem.html +1 -1
  90. data/docs/Tasker/DependentSystemObjectMap.html +1 -1
  91. data/docs/Tasker/DetectorRegistry.html +1 -1
  92. data/docs/Tasker/Engine.html +1 -1
  93. data/docs/Tasker/Error.html +1 -1
  94. data/docs/Tasker/Events/Catalog/CatalogPrinter.html +1 -1
  95. data/docs/Tasker/Events/Catalog/CustomEventRegistrar.html +1 -1
  96. data/docs/Tasker/Events/Catalog/ExamplePayloadGenerator.html +1 -1
  97. data/docs/Tasker/Events/Catalog.html +1 -1
  98. data/docs/Tasker/Events/CustomRegistry.html +1 -1
  99. data/docs/Tasker/Events/DefinitionLoader.html +1 -1
  100. data/docs/Tasker/Events/EventPayloadBuilder/ErrorInfoExtractor.html +1 -1
  101. data/docs/Tasker/Events/EventPayloadBuilder/StepPayloadBuilder.html +1 -1
  102. data/docs/Tasker/Events/EventPayloadBuilder.html +1 -1
  103. data/docs/Tasker/Events/Publisher.html +1 -1
  104. data/docs/Tasker/Events/Subscribers/BaseSubscriber/ErrorCategorizer/ErrorTypeClassifier.html +1 -1
  105. data/docs/Tasker/Events/Subscribers/BaseSubscriber/ErrorCategorizer.html +1 -1
  106. data/docs/Tasker/Events/Subscribers/BaseSubscriber/MetricTagsExtractor.html +1 -1
  107. data/docs/Tasker/Events/Subscribers/BaseSubscriber.html +1 -1
  108. data/docs/Tasker/Events/Subscribers/MetricsSubscriber.html +2 -2
  109. data/docs/Tasker/Events/Subscribers/TelemetrySubscriber.html +5 -5
  110. data/docs/Tasker/Events/Subscribers.html +1 -1
  111. data/docs/Tasker/Events/SubscriptionLoader.html +1 -1
  112. data/docs/Tasker/Events.html +1 -1
  113. data/docs/Tasker/EventsGenerator.html +2 -2
  114. data/docs/Tasker/Functions/FunctionBasedAnalyticsMetrics/AnalyticsMetrics.html +1 -1
  115. data/docs/Tasker/Functions/FunctionBasedAnalyticsMetrics.html +1 -1
  116. data/docs/Tasker/Functions/FunctionBasedDependencyLevels.html +1 -1
  117. data/docs/Tasker/Functions/FunctionBasedSlowestSteps/SlowestStep.html +1 -1
  118. data/docs/Tasker/Functions/FunctionBasedSlowestSteps.html +1 -1
  119. data/docs/Tasker/Functions/FunctionBasedSlowestTasks/SlowestTask.html +1 -1
  120. data/docs/Tasker/Functions/FunctionBasedSlowestTasks.html +1 -1
  121. data/docs/Tasker/Functions/FunctionBasedStepReadinessStatus.html +1 -1
  122. data/docs/Tasker/Functions/FunctionBasedSystemHealthCounts/HealthMetrics.html +1 -1
  123. data/docs/Tasker/Functions/FunctionBasedSystemHealthCounts.html +1 -1
  124. data/docs/Tasker/Functions/FunctionBasedTaskExecutionContext.html +1 -1
  125. data/docs/Tasker/Functions/FunctionWrapper.html +1 -1
  126. data/docs/Tasker/Functions.html +1 -1
  127. data/docs/Tasker/Generators/AuthenticatorGenerator/UsageInstructionsFormatter.html +1 -1
  128. data/docs/Tasker/Generators/AuthenticatorGenerator.html +1 -1
  129. data/docs/Tasker/Generators/AuthorizationCoordinatorGenerator.html +1 -1
  130. data/docs/Tasker/Generators/SubscriberGenerator.html +1 -1
  131. data/docs/Tasker/Generators/TaskHandlerGenerator.html +4 -4
  132. data/docs/Tasker/Generators.html +1 -1
  133. data/docs/Tasker/GraphQLTypes/AnnotationType.html +1 -1
  134. data/docs/Tasker/GraphQLTypes/BaseArgument.html +1 -1
  135. data/docs/Tasker/GraphQLTypes/BaseConnection.html +1 -1
  136. data/docs/Tasker/GraphQLTypes/BaseEdge.html +1 -1
  137. data/docs/Tasker/GraphQLTypes/BaseEnum.html +1 -1
  138. data/docs/Tasker/GraphQLTypes/BaseField.html +1 -1
  139. data/docs/Tasker/GraphQLTypes/BaseInputObject.html +1 -1
  140. data/docs/Tasker/GraphQLTypes/BaseInterface.html +1 -1
  141. data/docs/Tasker/GraphQLTypes/BaseObject.html +1 -1
  142. data/docs/Tasker/GraphQLTypes/BaseScalar.html +1 -1
  143. data/docs/Tasker/GraphQLTypes/BaseUnion.html +1 -1
  144. data/docs/Tasker/GraphQLTypes/DependentSystemObjectMapType.html +1 -1
  145. data/docs/Tasker/GraphQLTypes/DependentSystemType.html +1 -1
  146. data/docs/Tasker/GraphQLTypes/MutationType.html +1 -1
  147. data/docs/Tasker/GraphQLTypes/NamedStepType.html +1 -1
  148. data/docs/Tasker/GraphQLTypes/NamedTaskType.html +1 -1
  149. data/docs/Tasker/GraphQLTypes/NamedTasksNamedStepType.html +1 -1
  150. data/docs/Tasker/GraphQLTypes/NodeType.html +1 -1
  151. data/docs/Tasker/GraphQLTypes/QueryType.html +1 -1
  152. data/docs/Tasker/GraphQLTypes/TaskAnnotationType.html +1 -1
  153. data/docs/Tasker/GraphQLTypes/TaskInterface.html +1 -1
  154. data/docs/Tasker/GraphQLTypes/TaskType.html +1 -1
  155. data/docs/Tasker/GraphQLTypes/WorkflowStepType.html +1 -1
  156. data/docs/Tasker/GraphQLTypes.html +1 -1
  157. data/docs/Tasker/GraphqlController.html +1 -1
  158. data/docs/Tasker/HandlerFactory.html +1 -1
  159. data/docs/Tasker/HandlerSerializer.html +1 -1
  160. data/docs/Tasker/HandlersController.html +1 -1
  161. data/docs/Tasker/HashIdentityStrategy.html +1 -1
  162. data/docs/Tasker/Health/ReadinessChecker.html +2 -2
  163. data/docs/Tasker/Health/StatusChecker.html +2 -2
  164. data/docs/Tasker/Health.html +1 -1
  165. data/docs/Tasker/HealthController.html +1 -1
  166. data/docs/Tasker/IdentityStrategy.html +1 -1
  167. data/docs/Tasker/InvalidTaskHandlerConfig.html +1 -1
  168. data/docs/Tasker/Logging/CorrelationIdGenerator.html +2 -2
  169. data/docs/Tasker/Logging.html +1 -1
  170. data/docs/Tasker/MetricsController.html +1 -1
  171. data/docs/Tasker/MetricsExportJob.html +1 -1
  172. data/docs/Tasker/Mutations/BaseMutation.html +1 -1
  173. data/docs/Tasker/Mutations/CancelStep.html +1 -1
  174. data/docs/Tasker/Mutations/CancelTask.html +1 -1
  175. data/docs/Tasker/Mutations/CreateTask.html +1 -1
  176. data/docs/Tasker/Mutations/UpdateStep.html +1 -1
  177. data/docs/Tasker/Mutations/UpdateTask.html +1 -1
  178. data/docs/Tasker/Mutations.html +1 -1
  179. data/docs/Tasker/NamedStep.html +1 -1
  180. data/docs/Tasker/NamedTask.html +1 -1
  181. data/docs/Tasker/NamedTasksNamedStep.html +1 -1
  182. data/docs/Tasker/Orchestration/BackoffCalculator.html +1 -1
  183. data/docs/Tasker/Orchestration/ConnectionBuilder/ConfigValidator.html +1 -1
  184. data/docs/Tasker/Orchestration/ConnectionBuilder.html +2 -2
  185. data/docs/Tasker/Orchestration/ConnectionPoolIntelligence.html +3 -3
  186. data/docs/Tasker/Orchestration/Coordinator.html +1 -1
  187. data/docs/Tasker/Orchestration/FutureStateAnalyzer.html +1 -1
  188. data/docs/Tasker/Orchestration/PluginIntegration.html +1 -1
  189. data/docs/Tasker/Orchestration/ResponseProcessor.html +1 -1
  190. data/docs/Tasker/Orchestration/RetryHeaderParser.html +1 -1
  191. data/docs/Tasker/Orchestration/StepExecutor.html +4 -4
  192. data/docs/Tasker/Orchestration/StepSequenceFactory.html +1 -1
  193. data/docs/Tasker/Orchestration/TaskFinalizer/BlockageChecker.html +1 -1
  194. data/docs/Tasker/Orchestration/TaskFinalizer/ContextManager.html +1 -1
  195. data/docs/Tasker/Orchestration/TaskFinalizer/DelayCalculator.html +2 -2
  196. data/docs/Tasker/Orchestration/TaskFinalizer/FinalizationDecisionMaker.html +1 -1
  197. data/docs/Tasker/Orchestration/TaskFinalizer/FinalizationProcessor.html +1 -1
  198. data/docs/Tasker/Orchestration/TaskFinalizer/ReasonDeterminer.html +1 -1
  199. data/docs/Tasker/Orchestration/TaskFinalizer/ReenqueueManager.html +1 -1
  200. data/docs/Tasker/Orchestration/TaskFinalizer/UnclearStateHandler.html +1 -1
  201. data/docs/Tasker/Orchestration/TaskFinalizer.html +1 -1
  202. data/docs/Tasker/Orchestration/TaskInitializer.html +1 -1
  203. data/docs/Tasker/Orchestration/TaskReenqueuer.html +1 -1
  204. data/docs/Tasker/Orchestration/ViableStepDiscovery.html +1 -1
  205. data/docs/Tasker/Orchestration/WorkflowCoordinator.html +1 -1
  206. data/docs/Tasker/Orchestration.html +1 -1
  207. data/docs/Tasker/PageSort/PageSortParamsBuilder.html +1 -1
  208. data/docs/Tasker/PageSort.html +1 -1
  209. data/docs/Tasker/PermanentError.html +1 -1
  210. data/docs/Tasker/ProceduralError.html +1 -1
  211. data/docs/Tasker/Queries/AllAnnotationTypes.html +1 -1
  212. data/docs/Tasker/Queries/AllTasks.html +1 -1
  213. data/docs/Tasker/Queries/BaseQuery.html +1 -1
  214. data/docs/Tasker/Queries/Helpers.html +1 -1
  215. data/docs/Tasker/Queries/OneStep.html +1 -1
  216. data/docs/Tasker/Queries/OneTask.html +1 -1
  217. data/docs/Tasker/Queries/TasksByAnnotation.html +1 -1
  218. data/docs/Tasker/Queries/TasksByStatus.html +1 -1
  219. data/docs/Tasker/Queries.html +1 -1
  220. data/docs/Tasker/Railtie.html +1 -1
  221. data/docs/Tasker/Registry/BaseRegistry.html +2 -2
  222. data/docs/Tasker/Registry/EventPublisher.html +1 -1
  223. data/docs/Tasker/Registry/InterfaceValidator.html +1 -1
  224. data/docs/Tasker/Registry/RegistrationError.html +1 -1
  225. data/docs/Tasker/Registry/RegistryError.html +1 -1
  226. data/docs/Tasker/Registry/StatisticsCollector.html +1 -1
  227. data/docs/Tasker/Registry/SubscriberRegistry.html +1 -1
  228. data/docs/Tasker/Registry/ValidationError.html +1 -1
  229. data/docs/Tasker/Registry.html +1 -1
  230. data/docs/Tasker/RetryableError.html +1 -1
  231. data/docs/Tasker/StateMachine/Compatibility.html +1 -1
  232. data/docs/Tasker/StateMachine/InvalidStateTransition.html +1 -1
  233. data/docs/Tasker/StateMachine/StepStateMachine.html +1 -1
  234. data/docs/Tasker/StateMachine/TaskStateMachine.html +1 -1
  235. data/docs/Tasker/StateMachine.html +1 -1
  236. data/docs/Tasker/StepDagRelationship.html +1 -1
  237. data/docs/Tasker/StepHandler/Api/Config.html +1 -1
  238. data/docs/Tasker/StepHandler/Api.html +1 -1
  239. data/docs/Tasker/StepHandler/AutomaticEventPublishing.html +1 -1
  240. data/docs/Tasker/StepHandler/Base.html +1 -1
  241. data/docs/Tasker/StepHandler.html +1 -1
  242. data/docs/Tasker/StepReadinessStatus.html +1 -1
  243. data/docs/Tasker/Task.html +1 -1
  244. data/docs/Tasker/TaskAnnotation.html +1 -1
  245. data/docs/Tasker/TaskAnnotationSerializer.html +1 -1
  246. data/docs/Tasker/TaskBuilder/StepNameValidator.html +1 -1
  247. data/docs/Tasker/TaskBuilder/StepTemplateDefiner.html +1 -1
  248. data/docs/Tasker/TaskBuilder.html +1 -1
  249. data/docs/Tasker/TaskExecutionContext.html +1 -1
  250. data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner/ClassBasedEventRegistrar.html +1 -1
  251. data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner/YamlEventRegistrar.html +1 -1
  252. data/docs/Tasker/TaskHandler/ClassMethods/StepTemplateDefiner.html +1 -1
  253. data/docs/Tasker/TaskHandler/ClassMethods.html +1 -1
  254. data/docs/Tasker/TaskHandler/InstanceMethods.html +1 -1
  255. data/docs/Tasker/TaskHandler/StepGroup.html +1 -1
  256. data/docs/Tasker/TaskHandler.html +1 -1
  257. data/docs/Tasker/TaskNamespace.html +1 -1
  258. data/docs/Tasker/TaskRunnerJob.html +1 -1
  259. data/docs/Tasker/TaskSerializer.html +1 -1
  260. data/docs/Tasker/TaskTransition.html +1 -1
  261. data/docs/Tasker/TaskerRailsSchema/InvalidObjectTypeError.html +1 -1
  262. data/docs/Tasker/TaskerRailsSchema/TypeResolutionError.html +1 -1
  263. data/docs/Tasker/TaskerRailsSchema/UnknownInterfaceError.html +1 -1
  264. data/docs/Tasker/TaskerRailsSchema.html +1 -1
  265. data/docs/Tasker/TasksController.html +1 -1
  266. data/docs/Tasker/Telemetry/EventMapping.html +1 -1
  267. data/docs/Tasker/Telemetry/EventRouter.html +1 -1
  268. data/docs/Tasker/Telemetry/Events/ExportEvents.html +1 -1
  269. data/docs/Tasker/Telemetry/Events.html +1 -1
  270. data/docs/Tasker/Telemetry/ExportCoordinator.html +1 -1
  271. data/docs/Tasker/Telemetry/IntelligentCacheManager.html +2 -2
  272. data/docs/Tasker/Telemetry/LogBackend.html +1 -1
  273. data/docs/Tasker/Telemetry/MetricTypes/Counter.html +2 -2
  274. data/docs/Tasker/Telemetry/MetricTypes/Gauge.html +73 -73
  275. data/docs/Tasker/Telemetry/MetricTypes/Histogram.html +103 -103
  276. data/docs/Tasker/Telemetry/MetricTypes.html +1 -1
  277. data/docs/Tasker/Telemetry/MetricsBackend.html +1 -1
  278. data/docs/Tasker/Telemetry/MetricsExportService.html +1 -1
  279. data/docs/Tasker/Telemetry/PluginRegistry.html +1 -1
  280. data/docs/Tasker/Telemetry/Plugins/BaseExporter.html +1 -1
  281. data/docs/Tasker/Telemetry/Plugins/CsvExporter.html +1 -1
  282. data/docs/Tasker/Telemetry/Plugins/JsonExporter.html +1 -1
  283. data/docs/Tasker/Telemetry/Plugins.html +1 -1
  284. data/docs/Tasker/Telemetry/PrometheusExporter.html +1 -1
  285. data/docs/Tasker/Telemetry/TraceBackend.html +1 -1
  286. data/docs/Tasker/Telemetry.html +1 -1
  287. data/docs/Tasker/Types/AuthConfig.html +1 -1
  288. data/docs/Tasker/Types/BackoffConfig.html +1 -1
  289. data/docs/Tasker/Types/BaseConfig.html +1 -1
  290. data/docs/Tasker/Types/CacheConfig.html +1 -1
  291. data/docs/Tasker/Types/DatabaseConfig.html +1 -1
  292. data/docs/Tasker/Types/DependencyGraph.html +1 -1
  293. data/docs/Tasker/Types/DependencyGraphConfig.html +1 -1
  294. data/docs/Tasker/Types/EngineConfig.html +1 -1
  295. data/docs/Tasker/Types/ExecutionConfig.html +1 -1
  296. data/docs/Tasker/Types/GraphEdge.html +1 -1
  297. data/docs/Tasker/Types/GraphMetadata.html +1 -1
  298. data/docs/Tasker/Types/GraphNode.html +1 -1
  299. data/docs/Tasker/Types/HealthConfig.html +1 -1
  300. data/docs/Tasker/Types/StepSequence.html +1 -1
  301. data/docs/Tasker/Types/StepTemplate.html +1 -1
  302. data/docs/Tasker/Types/TaskRequest.html +1 -1
  303. data/docs/Tasker/Types/TelemetryConfig.html +2 -2
  304. data/docs/Tasker/Types.html +1 -1
  305. data/docs/Tasker/WorkflowStep/StepFinder.html +1 -1
  306. data/docs/Tasker/WorkflowStep.html +1 -1
  307. data/docs/Tasker/WorkflowStepEdge.html +1 -1
  308. data/docs/Tasker/WorkflowStepSerializer.html +1 -1
  309. data/docs/Tasker/WorkflowStepTransition/TransitionDescriptionFormatter.html +1 -1
  310. data/docs/Tasker/WorkflowStepTransition.html +1 -1
  311. data/docs/Tasker/WorkflowStepsController.html +1 -1
  312. data/docs/Tasker.html +18 -2
  313. data/docs/VISION.md +1 -1
  314. data/docs/_index.html +1 -1
  315. data/docs/file.README.html +5 -5
  316. data/docs/index.html +5 -5
  317. data/docs/method_list.html +74 -74
  318. data/docs/top-level-namespace.html +1 -1
  319. data/lib/generators/tasker/authenticator_generator.rb +5 -5
  320. data/lib/generators/tasker/authorization_coordinator_generator.rb +1 -1
  321. data/lib/generators/tasker/events_generator.rb +1 -1
  322. data/lib/generators/tasker/task_handler_generator.rb +4 -4
  323. data/lib/generators/tasker/templates/api_token_authenticator.rb.erb +1 -1
  324. data/lib/generators/tasker/templates/custom_authenticator.rb.erb +1 -1
  325. data/lib/generators/tasker/templates/devise_authenticator.rb.erb +1 -1
  326. data/lib/generators/tasker/templates/initialize.rb.erb +1 -1
  327. data/lib/generators/tasker/templates/jwt_authenticator.rb.erb +1 -1
  328. data/lib/generators/tasker/templates/omniauth_authenticator.rb.erb +1 -1
  329. data/lib/generators/tasker/templates/opentelemetry_initializer.rb +3 -3
  330. data/lib/generators/tasker/templates/task_config.yaml.erb +25 -25
  331. data/lib/generators/tasker/templates/task_handler.rb.erb +3 -2
  332. data/lib/generators/tasker/templates/task_handler_spec.rb.erb +49 -43
  333. data/lib/tasker/analysis/runtime_graph_analyzer.rb +1 -1
  334. data/lib/tasker/authentication/coordinator.rb +2 -2
  335. data/lib/tasker/authorization/base_coordinator.rb +1 -1
  336. data/lib/tasker/authorization.rb +1 -1
  337. data/lib/tasker/concerns/authenticatable.rb +1 -1
  338. data/lib/tasker/concerns/controller_authorizable.rb +3 -3
  339. data/lib/tasker/concerns/structured_logging.rb +2 -2
  340. data/lib/tasker/events/definition_loader.rb +1 -1
  341. data/lib/tasker/events/subscribers/metrics_subscriber.rb +1 -1
  342. data/lib/tasker/events/subscribers/telemetry_subscriber.rb +5 -5
  343. data/lib/tasker/health/readiness_checker.rb +1 -1
  344. data/lib/tasker/health/status_checker.rb +1 -1
  345. data/lib/tasker/logging/correlation_id_generator.rb +1 -1
  346. data/lib/tasker/orchestration/backoff_calculator.rb +1 -1
  347. data/lib/tasker/orchestration/connection_builder.rb +1 -1
  348. data/lib/tasker/orchestration/connection_pool_intelligence.rb +3 -3
  349. data/lib/tasker/orchestration/step_executor.rb +2 -2
  350. data/lib/tasker/orchestration/task_finalizer.rb +1 -1
  351. data/lib/tasker/registry/base_registry.rb +1 -1
  352. data/lib/tasker/task_builder.rb +1 -1
  353. data/lib/tasker/telemetry/intelligent_cache_manager.rb +1 -1
  354. data/lib/tasker/telemetry/metric_types.rb +57 -9
  355. data/lib/tasker/telemetry/metrics_backend.rb +3 -3
  356. data/lib/tasker/telemetry/metrics_export_service.rb +1 -1
  357. data/lib/tasker/telemetry/prometheus_exporter.rb +2 -2
  358. data/lib/tasker/types/telemetry_config.rb +1 -1
  359. data/lib/tasker/version.rb +2 -1
  360. data/lib/tasks/tasker_tasks.rake +85 -4
  361. metadata +1 -1
@@ -1518,7 +1518,7 @@
1518
1518
  </div>
1519
1519
 
1520
1520
  <div id="footer">
1521
- Generated on Fri Jul 11 10:06:10 2025 by
1521
+ Generated on Fri Jul 11 17:34:47 2025 by
1522
1522
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1523
1523
  0.9.37 (ruby-3.2.4).
1524
1524
  </div>
@@ -672,7 +672,7 @@
672
672
  </div>
673
673
 
674
674
  <div id="footer">
675
- Generated on Fri Jul 11 10:06:14 2025 by
675
+ Generated on Fri Jul 11 17:34:51 2025 by
676
676
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
677
677
  0.9.37 (ruby-3.2.4).
678
678
  </div>
@@ -564,7 +564,7 @@
564
564
  </div>
565
565
 
566
566
  <div id="footer">
567
- Generated on Fri Jul 11 10:06:14 2025 by
567
+ Generated on Fri Jul 11 17:34:51 2025 by
568
568
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
569
569
  0.9.37 (ruby-3.2.4).
570
570
  </div>
@@ -268,7 +268,7 @@
268
268
  </div>
269
269
 
270
270
  <div id="footer">
271
- Generated on Fri Jul 11 10:06:10 2025 by
271
+ Generated on Fri Jul 11 17:34:47 2025 by
272
272
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
273
273
  0.9.37 (ruby-3.2.4).
274
274
  </div>
@@ -352,7 +352,7 @@
352
352
  <pre class="code"><span class="info file"># File 'lib/tasker/health/readiness_checker.rb', line 27</span>
353
353
 
354
354
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>timeout:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
355
- <span class='ivar'>@timeout</span> <span class='op'>=</span> <span class='id identifier rubyid_timeout'>timeout</span> <span class='op'>||</span> <span class='const'><span class='object_link'><a href="../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'><span class='object_link'><a href="../../Tasker.html#configuration-class_method" title="Tasker.configuration (method)">configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_health'><span class='object_link'><a href="../Configuration.html#health-instance_method" title="Tasker::Configuration#health (method)">health</a></span></span><span class='period'>.</span><span class='id identifier rubyid_readiness_timeout_seconds'><span class='object_link'><a href="../Types/HealthConfig.html#readiness_timeout_seconds-instance_method" title="Tasker::Types::HealthConfig#readiness_timeout_seconds (method)">readiness_timeout_seconds</a></span></span>
355
+ <span class='ivar'>@timeout</span> <span class='op'>=</span> <span class='id identifier rubyid_timeout'>timeout</span> <span class='op'>||</span> <span class='const'><span class='object_link'><a href="../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Configuration.html" title="Tasker::Configuration (class)">Configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_health'><span class='object_link'><a href="../Configuration.html#health-instance_method" title="Tasker::Configuration#health (method)">health</a></span></span><span class='period'>.</span><span class='id identifier rubyid_readiness_timeout_seconds'><span class='object_link'><a href="../Types/HealthConfig.html#readiness_timeout_seconds-instance_method" title="Tasker::Types::HealthConfig#readiness_timeout_seconds (method)">readiness_timeout_seconds</a></span></span>
356
356
  <span class='kw'>end</span></pre>
357
357
  </td>
358
358
  </tr>
@@ -702,7 +702,7 @@
702
702
  </div>
703
703
 
704
704
  <div id="footer">
705
- Generated on Fri Jul 11 10:06:12 2025 by
705
+ Generated on Fri Jul 11 17:34:49 2025 by
706
706
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
707
707
  0.9.37 (ruby-3.2.4).
708
708
  </div>
@@ -354,7 +354,7 @@
354
354
  <pre class="code"><span class="info file"># File 'lib/tasker/health/status_checker.rb', line 27</span>
355
355
 
356
356
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>cache_duration:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
357
- <span class='ivar'>@cache_duration</span> <span class='op'>=</span> <span class='id identifier rubyid_cache_duration'>cache_duration</span> <span class='op'>||</span> <span class='const'><span class='object_link'><a href="../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'><span class='object_link'><a href="../../Tasker.html#configuration-class_method" title="Tasker.configuration (method)">configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_health'><span class='object_link'><a href="../Configuration.html#health-instance_method" title="Tasker::Configuration#health (method)">health</a></span></span><span class='period'>.</span><span class='id identifier rubyid_cache_duration_seconds'><span class='object_link'><a href="../Types/HealthConfig.html#cache_duration_seconds-instance_method" title="Tasker::Types::HealthConfig#cache_duration_seconds (method)">cache_duration_seconds</a></span></span>
357
+ <span class='ivar'>@cache_duration</span> <span class='op'>=</span> <span class='id identifier rubyid_cache_duration'>cache_duration</span> <span class='op'>||</span> <span class='const'><span class='object_link'><a href="../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Configuration.html" title="Tasker::Configuration (class)">Configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_health'><span class='object_link'><a href="../Configuration.html#health-instance_method" title="Tasker::Configuration#health (method)">health</a></span></span><span class='period'>.</span><span class='id identifier rubyid_cache_duration_seconds'><span class='object_link'><a href="../Types/HealthConfig.html#cache_duration_seconds-instance_method" title="Tasker::Types::HealthConfig#cache_duration_seconds (method)">cache_duration_seconds</a></span></span>
358
358
  <span class='kw'>end</span></pre>
359
359
  </td>
360
360
  </tr>
@@ -643,7 +643,7 @@
643
643
  </div>
644
644
 
645
645
  <div id="footer">
646
- Generated on Fri Jul 11 10:06:11 2025 by
646
+ Generated on Fri Jul 11 17:34:48 2025 by
647
647
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
648
648
  0.9.37 (ruby-3.2.4).
649
649
  </div>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Fri Jul 11 10:06:09 2025 by
110
+ Generated on Fri Jul 11 17:34:46 2025 by
111
111
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.37 (ruby-3.2.4).
113
113
  </div>
@@ -513,7 +513,7 @@
513
513
  </div>
514
514
 
515
515
  <div id="footer">
516
- Generated on Fri Jul 11 10:06:14 2025 by
516
+ Generated on Fri Jul 11 17:34:50 2025 by
517
517
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
518
518
  0.9.37 (ruby-3.2.4).
519
519
  </div>
@@ -266,7 +266,7 @@
266
266
  </div>
267
267
 
268
268
  <div id="footer">
269
- Generated on Fri Jul 11 10:06:10 2025 by
269
+ Generated on Fri Jul 11 17:34:47 2025 by
270
270
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
271
271
  0.9.37 (ruby-3.2.4).
272
272
  </div>
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Fri Jul 11 10:06:10 2025 by
128
+ Generated on Fri Jul 11 17:34:47 2025 by
129
129
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
130
  0.9.37 (ruby-3.2.4).
131
131
  </div>
@@ -486,7 +486,7 @@
486
486
  <pre class="code"><span class="info file"># File 'lib/tasker/logging/correlation_id_generator.rb', line 68</span>
487
487
 
488
488
  <span class='kw'>def</span> <span class='id identifier rubyid_from_headers'>from_headers</span><span class='lparen'>(</span><span class='id identifier rubyid_headers'>headers</span><span class='comma'>,</span> <span class='id identifier rubyid_header_name'>header_name</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
489
- <span class='id identifier rubyid_header_name'>header_name</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'><span class='object_link'><a href="../../Tasker.html#configuration-class_method" title="Tasker.configuration (method)">configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_telemetry'><span class='object_link'><a href="../Configuration.html#telemetry-instance_method" title="Tasker::Configuration#telemetry (method)">telemetry</a></span></span><span class='period'>.</span><span class='id identifier rubyid_correlation_id_header'><span class='object_link'><a href="../Types/TelemetryConfig.html#correlation_id_header-instance_method" title="Tasker::Types::TelemetryConfig#correlation_id_header (method)">correlation_id_header</a></span></span>
489
+ <span class='id identifier rubyid_header_name'>header_name</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Configuration.html" title="Tasker::Configuration (class)">Configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_telemetry'><span class='object_link'><a href="../Configuration.html#telemetry-instance_method" title="Tasker::Configuration#telemetry (method)">telemetry</a></span></span><span class='period'>.</span><span class='id identifier rubyid_correlation_id_header'><span class='object_link'><a href="../Types/TelemetryConfig.html#correlation_id_header-instance_method" title="Tasker::Types::TelemetryConfig#correlation_id_header (method)">correlation_id_header</a></span></span>
490
490
 
491
491
  <span class='comment'># Handle different header formats (rack vs rails)
492
492
  </span> <span class='id identifier rubyid_header_value'>header_value</span> <span class='op'>=</span> <span class='id identifier rubyid_headers'>headers</span><span class='lbracket'>[</span><span class='id identifier rubyid_header_name'>header_name</span><span class='rbracket'>]</span> <span class='op'>||</span>
@@ -678,7 +678,7 @@
678
678
  </div>
679
679
 
680
680
  <div id="footer">
681
- Generated on Fri Jul 11 10:06:15 2025 by
681
+ Generated on Fri Jul 11 17:34:51 2025 by
682
682
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
683
683
  0.9.37 (ruby-3.2.4).
684
684
  </div>
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Fri Jul 11 10:06:09 2025 by
108
+ Generated on Fri Jul 11 17:34:46 2025 by
109
109
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
110
  0.9.37 (ruby-3.2.4).
111
111
  </div>
@@ -283,7 +283,7 @@
283
283
  </div>
284
284
 
285
285
  <div id="footer">
286
- Generated on Fri Jul 11 10:06:14 2025 by
286
+ Generated on Fri Jul 11 17:34:51 2025 by
287
287
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
288
288
  0.9.37 (ruby-3.2.4).
289
289
  </div>
@@ -404,7 +404,7 @@
404
404
  </div>
405
405
 
406
406
  <div id="footer">
407
- Generated on Fri Jul 11 10:06:12 2025 by
407
+ Generated on Fri Jul 11 17:34:49 2025 by
408
408
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
409
409
  0.9.37 (ruby-3.2.4).
410
410
  </div>
@@ -118,7 +118,7 @@
118
118
  </div>
119
119
 
120
120
  <div id="footer">
121
- Generated on Fri Jul 11 10:06:14 2025 by
121
+ Generated on Fri Jul 11 17:34:51 2025 by
122
122
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
123
123
  0.9.37 (ruby-3.2.4).
124
124
  </div>
@@ -209,7 +209,7 @@
209
209
  </div>
210
210
 
211
211
  <div id="footer">
212
- Generated on Fri Jul 11 10:06:14 2025 by
212
+ Generated on Fri Jul 11 17:34:50 2025 by
213
213
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
214
214
  0.9.37 (ruby-3.2.4).
215
215
  </div>
@@ -211,7 +211,7 @@
211
211
  </div>
212
212
 
213
213
  <div id="footer">
214
- Generated on Fri Jul 11 10:06:14 2025 by
214
+ Generated on Fri Jul 11 17:34:50 2025 by
215
215
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
216
216
  0.9.37 (ruby-3.2.4).
217
217
  </div>
@@ -233,7 +233,7 @@
233
233
  </div>
234
234
 
235
235
  <div id="footer">
236
- Generated on Fri Jul 11 10:06:14 2025 by
236
+ Generated on Fri Jul 11 17:34:50 2025 by
237
237
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
238
238
  0.9.37 (ruby-3.2.4).
239
239
  </div>
@@ -233,7 +233,7 @@
233
233
  </div>
234
234
 
235
235
  <div id="footer">
236
- Generated on Fri Jul 11 10:06:14 2025 by
236
+ Generated on Fri Jul 11 17:34:50 2025 by
237
237
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
238
238
  0.9.37 (ruby-3.2.4).
239
239
  </div>
@@ -233,7 +233,7 @@
233
233
  </div>
234
234
 
235
235
  <div id="footer">
236
- Generated on Fri Jul 11 10:06:14 2025 by
236
+ Generated on Fri Jul 11 17:34:50 2025 by
237
237
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
238
238
  0.9.37 (ruby-3.2.4).
239
239
  </div>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Fri Jul 11 10:06:09 2025 by
110
+ Generated on Fri Jul 11 17:34:46 2025 by
111
111
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.37 (ruby-3.2.4).
113
113
  </div>
@@ -206,7 +206,7 @@
206
206
  </div>
207
207
 
208
208
  <div id="footer">
209
- Generated on Fri Jul 11 10:06:10 2025 by
209
+ Generated on Fri Jul 11 17:34:47 2025 by
210
210
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
211
211
  0.9.37 (ruby-3.2.4).
212
212
  </div>
@@ -900,7 +900,7 @@
900
900
  </div>
901
901
 
902
902
  <div id="footer">
903
- Generated on Fri Jul 11 10:06:10 2025 by
903
+ Generated on Fri Jul 11 17:34:47 2025 by
904
904
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
905
905
  0.9.37 (ruby-3.2.4).
906
906
  </div>
@@ -425,7 +425,7 @@
425
425
  </div>
426
426
 
427
427
  <div id="footer">
428
- Generated on Fri Jul 11 10:06:14 2025 by
428
+ Generated on Fri Jul 11 17:34:50 2025 by
429
429
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
430
430
  0.9.37 (ruby-3.2.4).
431
431
  </div>
@@ -394,7 +394,7 @@
394
394
  </div>
395
395
 
396
396
  <div id="footer">
397
- Generated on Fri Jul 11 10:06:15 2025 by
397
+ Generated on Fri Jul 11 17:34:51 2025 by
398
398
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
399
399
  0.9.37 (ruby-3.2.4).
400
400
  </div>
@@ -248,7 +248,7 @@
248
248
  </div>
249
249
 
250
250
  <div id="footer">
251
- Generated on Fri Jul 11 10:06:15 2025 by
251
+ Generated on Fri Jul 11 17:34:51 2025 by
252
252
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
253
253
  0.9.37 (ruby-3.2.4).
254
254
  </div>
@@ -313,7 +313,7 @@
313
313
 
314
314
  <span class='const'>Rails</span><span class='period'>.</span><span class='id identifier rubyid_logger'>logger</span><span class='period'>.</span><span class='id identifier rubyid_debug'>debug</span> <span class='kw'>do</span>
315
315
  <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ConnectionBuilder: Building connection to </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_url'>url</span><span class='embexpr_end'>}</span><span class='tstring_content'> </span><span class='tstring_end'>&quot;</span></span> \
316
- <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>with </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_params'>params</span><span class='period'>.</span><span class='id identifier rubyid_keys'>keys</span><span class='period'>.</span><span class='id identifier rubyid_size'>size</span><span class='embexpr_end'>}</span><span class='tstring_content'> params and </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_headers'>headers</span><span class='period'>.</span><span class='id identifier rubyid_keys'>keys</span><span class='period'>.</span><span class='id identifier rubyid_size'>size</span><span class='embexpr_end'>}</span><span class='tstring_content'> headers</span><span class='tstring_end'>&quot;</span></span>
316
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>with </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_params'>params</span><span class='embexpr_end'>}</span><span class='tstring_content'> params and </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_headers'>headers</span><span class='embexpr_end'>}</span><span class='tstring_content'> headers</span><span class='tstring_end'>&quot;</span></span>
317
317
  <span class='kw'>end</span>
318
318
 
319
319
  <span class='id identifier rubyid_connection'>connection</span> <span class='op'>=</span> <span class='const'>Faraday</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span>
@@ -425,7 +425,7 @@
425
425
  </div>
426
426
 
427
427
  <div id="footer">
428
- Generated on Fri Jul 11 10:06:15 2025 by
428
+ Generated on Fri Jul 11 17:34:51 2025 by
429
429
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
430
430
  0.9.37 (ruby-3.2.4).
431
431
  </div>
@@ -129,7 +129,7 @@
129
129
  <p>With custom configuration</p>
130
130
  </div></h5>
131
131
 
132
- <pre class="example code"><code><span class='id identifier rubyid_config'>config</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'><span class='object_link'><a href="../../Tasker.html#configuration-class_method" title="Tasker.configuration (method)">configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_execution'><span class='object_link'><a href="../Configuration.html#execution-instance_method" title="Tasker::Configuration#execution (method)">execution</a></span></span>
132
+ <pre class="example code"><code><span class='id identifier rubyid_config'>config</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Configuration.html" title="Tasker::Configuration (class)">Configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_execution'><span class='object_link'><a href="../Configuration.html#execution-instance_method" title="Tasker::Configuration#execution (method)">execution</a></span></span>
133
133
  <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_connection_pressure_factors'>connection_pressure_factors</span> <span class='op'>=</span> <span class='lbrace'>{</span> <span class='label'>high:</span> <span class='float'>0.3</span><span class='comma'>,</span> <span class='label'>critical:</span> <span class='float'>0.1</span> <span class='rbrace'>}</span>
134
134
  <span class='id identifier rubyid_concurrency'>concurrency</span> <span class='op'>=</span> <span class='const'>ConnectionPoolIntelligence</span><span class='period'>.</span><span class='id identifier rubyid_intelligent_concurrency_for_step_executor'><span class='object_link'><a href="#intelligent_concurrency_for_step_executor-class_method" title="Tasker::Orchestration::ConnectionPoolIntelligence.intelligent_concurrency_for_step_executor (method)">intelligent_concurrency_for_step_executor</a></span></span></code></pre>
135
135
 
@@ -471,7 +471,7 @@
471
471
 
472
472
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_intelligent_concurrency_for_step_executor'>intelligent_concurrency_for_step_executor</span>
473
473
  <span class='id identifier rubyid_health_data'>health_data</span> <span class='op'>=</span> <span class='id identifier rubyid_assess_connection_health'>assess_connection_health</span>
474
- <span class='id identifier rubyid_config'>config</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'><span class='object_link'><a href="../../Tasker.html#configuration-class_method" title="Tasker.configuration (method)">configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_execution'><span class='object_link'><a href="../Configuration.html#execution-instance_method" title="Tasker::Configuration#execution (method)">execution</a></span></span>
474
+ <span class='id identifier rubyid_config'>config</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Configuration.html" title="Tasker::Configuration (class)">Configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_execution'><span class='object_link'><a href="../Configuration.html#execution-instance_method" title="Tasker::Configuration#execution (method)">execution</a></span></span>
475
475
 
476
476
  <span class='comment'># Get base recommendation from Rails pool analysis
477
477
  </span> <span class='id identifier rubyid_base_recommendation'>base_recommendation</span> <span class='op'>=</span> <span class='id identifier rubyid_health_data'>health_data</span><span class='lbracket'>[</span><span class='symbol'>:recommended_concurrency</span><span class='rbracket'>]</span>
@@ -503,7 +503,7 @@
503
503
  </div>
504
504
 
505
505
  <div id="footer">
506
- Generated on Fri Jul 11 10:06:16 2025 by
506
+ Generated on Fri Jul 11 17:34:52 2025 by
507
507
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
508
508
  0.9.37 (ruby-3.2.4).
509
509
  </div>
@@ -631,7 +631,7 @@
631
631
  </div>
632
632
 
633
633
  <div id="footer">
634
- Generated on Fri Jul 11 10:06:13 2025 by
634
+ Generated on Fri Jul 11 17:34:49 2025 by
635
635
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
636
636
  0.9.37 (ruby-3.2.4).
637
637
  </div>
@@ -1035,7 +1035,7 @@
1035
1035
  </div>
1036
1036
 
1037
1037
  <div id="footer">
1038
- Generated on Fri Jul 11 10:06:16 2025 by
1038
+ Generated on Fri Jul 11 17:34:52 2025 by
1039
1039
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1040
1040
  0.9.37 (ruby-3.2.4).
1041
1041
  </div>
@@ -1117,7 +1117,7 @@
1117
1117
  </div>
1118
1118
 
1119
1119
  <div id="footer">
1120
- Generated on Fri Jul 11 10:06:09 2025 by
1120
+ Generated on Fri Jul 11 17:34:46 2025 by
1121
1121
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1122
1122
  0.9.37 (ruby-3.2.4).
1123
1123
  </div>
@@ -494,7 +494,7 @@
494
494
  </div>
495
495
 
496
496
  <div id="footer">
497
- Generated on Fri Jul 11 10:06:15 2025 by
497
+ Generated on Fri Jul 11 17:34:51 2025 by
498
498
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
499
499
  0.9.37 (ruby-3.2.4).
500
500
  </div>
@@ -294,7 +294,7 @@
294
294
  </div>
295
295
 
296
296
  <div id="footer">
297
- Generated on Fri Jul 11 10:06:15 2025 by
297
+ Generated on Fri Jul 11 17:34:51 2025 by
298
298
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
299
299
  0.9.37 (ruby-3.2.4).
300
300
  </div>
@@ -206,7 +206,7 @@
206
206
 
207
207
 
208
208
  <span class="summary_desc"><div class='inline'>
209
- <p>Configuration-driven execution settings These delegate to Tasker.configuration.execution for configurable values while maintaining architectural constants for Ruby-specific optimizations.</p>
209
+ <p>Configuration-driven execution settings These delegate to Tasker::Configuration.configuration.execution for configurable values while maintaining architectural constants for Ruby-specific optimizations.</p>
210
210
  </div></span>
211
211
 
212
212
  </li>
@@ -771,7 +771,7 @@
771
771
  </h3><div class="docstring">
772
772
  <div class="discussion">
773
773
 
774
- <p>Configuration-driven execution settings These delegate to Tasker.configuration.execution for configurable values while maintaining architectural constants for Ruby-specific optimizations</p>
774
+ <p>Configuration-driven execution settings These delegate to Tasker::Configuration.configuration.execution for configurable values while maintaining architectural constants for Ruby-specific optimizations</p>
775
775
 
776
776
 
777
777
  </div>
@@ -793,7 +793,7 @@
793
793
  <pre class="code"><span class="info file"># File 'lib/tasker/orchestration/step_executor.rb', line 28</span>
794
794
 
795
795
  <span class='kw'>def</span> <span class='id identifier rubyid_execution_config'>execution_config</span>
796
- <span class='ivar'>@execution_config</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'><span class='object_link'><a href="../../Tasker.html#configuration-class_method" title="Tasker.configuration (method)">configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_execution'><span class='object_link'><a href="../Configuration.html#execution-instance_method" title="Tasker::Configuration#execution (method)">execution</a></span></span>
796
+ <span class='ivar'>@execution_config</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Configuration.html" title="Tasker::Configuration (class)">Configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_execution'><span class='object_link'><a href="../Configuration.html#execution-instance_method" title="Tasker::Configuration#execution (method)">execution</a></span></span>
797
797
  <span class='kw'>end</span></pre>
798
798
  </td>
799
799
  </tr>
@@ -985,7 +985,7 @@
985
985
  </div>
986
986
 
987
987
  <div id="footer">
988
- Generated on Fri Jul 11 10:06:13 2025 by
988
+ Generated on Fri Jul 11 17:34:50 2025 by
989
989
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
990
990
  0.9.37 (ruby-3.2.4).
991
991
  </div>
@@ -634,7 +634,7 @@
634
634
  </div>
635
635
 
636
636
  <div id="footer">
637
- Generated on Fri Jul 11 10:06:16 2025 by
637
+ Generated on Fri Jul 11 17:34:52 2025 by
638
638
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
639
639
  0.9.37 (ruby-3.2.4).
640
640
  </div>
@@ -254,7 +254,7 @@
254
254
  </div>
255
255
 
256
256
  <div id="footer">
257
- Generated on Fri Jul 11 10:06:13 2025 by
257
+ Generated on Fri Jul 11 17:34:50 2025 by
258
258
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
259
259
  0.9.37 (ruby-3.2.4).
260
260
  </div>
@@ -244,7 +244,7 @@
244
244
  </div>
245
245
 
246
246
  <div id="footer">
247
- Generated on Fri Jul 11 10:06:13 2025 by
247
+ Generated on Fri Jul 11 17:34:50 2025 by
248
248
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
249
249
  0.9.37 (ruby-3.2.4).
250
250
  </div>
@@ -306,7 +306,7 @@
306
306
  <pre class="code"><span class="info file"># File 'lib/tasker/orchestration/task_finalizer.rb', line 442</span>
307
307
 
308
308
  <span class='kw'>def</span> <span class='id identifier rubyid_backoff_config'>backoff_config</span>
309
- <span class='ivar'>@backoff_config</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'><span class='object_link'><a href="../../../Tasker.html#configuration-class_method" title="Tasker.configuration (method)">configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_backoff'><span class='object_link'><a href="../../Configuration.html#backoff-instance_method" title="Tasker::Configuration#backoff (method)">backoff</a></span></span>
309
+ <span class='ivar'>@backoff_config</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../../../Tasker.html" title="Tasker (module)">Tasker</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../../Configuration.html" title="Tasker::Configuration (class)">Configuration</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_backoff'><span class='object_link'><a href="../../Configuration.html#backoff-instance_method" title="Tasker::Configuration#backoff (method)">backoff</a></span></span>
310
310
  <span class='kw'>end</span></pre>
311
311
  </td>
312
312
  </tr>
@@ -546,7 +546,7 @@
546
546
  </div>
547
547
 
548
548
  <div id="footer">
549
- Generated on Fri Jul 11 10:06:14 2025 by
549
+ Generated on Fri Jul 11 17:34:50 2025 by
550
550
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
551
551
  0.9.37 (ruby-3.2.4).
552
552
  </div>
@@ -338,7 +338,7 @@
338
338
  </div>
339
339
 
340
340
  <div id="footer">
341
- Generated on Fri Jul 11 10:06:14 2025 by
341
+ Generated on Fri Jul 11 17:34:50 2025 by
342
342
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
343
343
  0.9.37 (ruby-3.2.4).
344
344
  </div>
@@ -276,7 +276,7 @@
276
276
  </div>
277
277
 
278
278
  <div id="footer">
279
- Generated on Fri Jul 11 10:06:13 2025 by
279
+ Generated on Fri Jul 11 17:34:50 2025 by
280
280
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
281
281
  0.9.37 (ruby-3.2.4).
282
282
  </div>
@@ -422,7 +422,7 @@
422
422
  </div>
423
423
 
424
424
  <div id="footer">
425
- Generated on Fri Jul 11 10:06:14 2025 by
425
+ Generated on Fri Jul 11 17:34:50 2025 by
426
426
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
427
427
  0.9.37 (ruby-3.2.4).
428
428
  </div>
@@ -286,7 +286,7 @@
286
286
  </div>
287
287
 
288
288
  <div id="footer">
289
- Generated on Fri Jul 11 10:06:14 2025 by
289
+ Generated on Fri Jul 11 17:34:50 2025 by
290
290
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
291
291
  0.9.37 (ruby-3.2.4).
292
292
  </div>
@@ -304,7 +304,7 @@
304
304
  </div>
305
305
 
306
306
  <div id="footer">
307
- Generated on Fri Jul 11 10:06:14 2025 by
307
+ Generated on Fri Jul 11 17:34:50 2025 by
308
308
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
309
309
  0.9.37 (ruby-3.2.4).
310
310
  </div>
@@ -1202,7 +1202,7 @@
1202
1202
  </div>
1203
1203
 
1204
1204
  <div id="footer">
1205
- Generated on Fri Jul 11 10:06:13 2025 by
1205
+ Generated on Fri Jul 11 17:34:50 2025 by
1206
1206
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1207
1207
  0.9.37 (ruby-3.2.4).
1208
1208
  </div>
@@ -756,7 +756,7 @@
756
756
  </div>
757
757
 
758
758
  <div id="footer">
759
- Generated on Fri Jul 11 10:06:14 2025 by
759
+ Generated on Fri Jul 11 17:34:51 2025 by
760
760
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
761
761
  0.9.37 (ruby-3.2.4).
762
762
  </div>
@@ -496,7 +496,7 @@
496
496
  </div>
497
497
 
498
498
  <div id="footer">
499
- Generated on Fri Jul 11 10:06:14 2025 by
499
+ Generated on Fri Jul 11 17:34:50 2025 by
500
500
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
501
501
  0.9.37 (ruby-3.2.4).
502
502
  </div>