mirror of
https://github.com/twisterarmy/twister-rss-bot.git
synced 2025-03-13 06:01:17 +00:00
add queue delay config
This commit is contained in:
parent
39c6b08ee6
commit
d4fe4e4ae3
@ -20,7 +20,8 @@
|
||||
"target":"user1",
|
||||
"queue":
|
||||
{
|
||||
"limit":5
|
||||
"limit":5,
|
||||
"delay":5
|
||||
},
|
||||
"keywords":
|
||||
[
|
||||
@ -33,7 +34,8 @@
|
||||
"target":"user2",
|
||||
"queue":
|
||||
{
|
||||
"limit":5
|
||||
"limit":5,
|
||||
"delay":5
|
||||
},
|
||||
"keywords":
|
||||
[
|
||||
|
@ -219,5 +219,10 @@ foreach ($config->feed as $feed)
|
||||
$queue->id
|
||||
)
|
||||
);
|
||||
|
||||
// Apply delay
|
||||
delay(
|
||||
$feed->queue->delay
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user