Skip to content

Commit

Permalink
remove extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseli committed Jun 28, 2024
1 parent 2c62b0c commit 2642155
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/controller/dal/dal.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ func (d *DAL) CreateDeployment(ctx context.Context, language string, moduleSchem
for _, job := range cronJobs {
// Start time must be calculated by the caller rather than generated by db
// This ensures that nextExecution is after start time, otherwise the job will never be triggered
// HERE
err := cronjobsqtx.CreateCronJob(ctx, cronjobssql.CreateCronJobParams{
Key: job.Key,
DeploymentKey: deploymentKey,
Expand Down

0 comments on commit 2642155

Please sign in to comment.