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 983aeca commit 3cf5e06Copy full SHA for 3cf5e06
src/Traits/HasFrequencies.php
@@ -123,7 +123,7 @@ public function getCronExpression()
123
*/
124
public function getMutexName()
125
{
126
- return 'logs'.DIRECTORY_SEPARATOR.'schedule-'.sha1($this->expression.$this->command);
+ return 'logs'.DIRECTORY_SEPARATOR.'schedule-'.sha1($this->expression.$this->command.$this->parameters);
127
}
128
129
/**
0 commit comments