We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11e27f commit a12a62fCopy full SHA for a12a62f
1 file changed
system/async/tasks/ScheduledTask.cfc
@@ -1531,7 +1531,7 @@ component accessors="true" {
1531
// Set the period to be every hour in seconds
1532
variables.period = variables.timeUnitHelper
1533
.get( arguments.periodValue )
1534
- .toSeconds( arguments.periodMultiplier );
+ .toSeconds( javacast( "long", arguments.periodMultiplier ) );
1535
variables.timeUnit = "seconds";
1536
}
1537
0 commit comments