Rename Feedser to Concelier
This commit is contained in:
		
							
								
								
									
										12
									
								
								src/StellaOps.Concelier.Core/Jobs/JobDefinition.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								src/StellaOps.Concelier.Core/Jobs/JobDefinition.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| namespace StellaOps.Concelier.Core.Jobs; | ||||
|  | ||||
| public sealed record JobDefinition( | ||||
|     string Kind, | ||||
|     Type JobType, | ||||
|     TimeSpan Timeout, | ||||
|     TimeSpan LeaseDuration, | ||||
|     string? CronExpression, | ||||
|     bool Enabled) | ||||
| { | ||||
|     public string LeaseKey => $"job:{Kind}"; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user