Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
S
stitcher-rss-2
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
adduc-projects
stitcher-rss-2
Commits
f5a8a18b
Commit
f5a8a18b
authored
May 25, 2019
by
John Long
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Schedule feed cache to continuous run
Ticket: N/A
parent
5fefcdd7
Pipeline
#63180255
passed with stages
in 1 minute and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
app/Console/Kernel.php
app/Console/Kernel.php
+4
-1
No files found.
app/Console/Kernel.php
View file @
f5a8a18b
...
...
@@ -24,6 +24,9 @@ class Kernel extends ConsoleKernel
*/
protected
function
schedule
(
Schedule
$schedule
)
{
//
$schedule
->
command
(
'feed:cache'
)
->
everyMinute
()
->
withoutOverlapping
();
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment