Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bsa_miner
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nazarf
bsa_miner
Commits
86b3708a
Commit
86b3708a
authored
Aug 09, 2023
by
nazarf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set miner activiti to monero pool
parent
0a5d8d83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
schedule.rb
config/schedule.rb
+2
-1
miners.rake
lib/tasks/miners.rake
+1
-1
No files found.
config/schedule.rb
View file @
86b3708a
set
:output
,
'log/cron.log'
# every("*/5 * * * *", roles: [:app]) { rake "miners:check_miners" }
every
(
"*/5 * * * *"
,
roles:
[
:app
])
{
rake
"miners:check_safex_active_miner"
}
# every("*/5 * * * *", roles: [:app]) { rake "miners:check_safex_active_miner" }
every
(
"*/5 * * * *"
,
roles:
[
:app
])
{
rake
"miners:check_active_list"
}
every
(
"0 2 * * *"
,
roles:
[
:app
])
{
rake
"miners:miners_status_notification"
}
\ No newline at end of file
lib/tasks/miners.rake
View file @
86b3708a
...
...
@@ -28,7 +28,7 @@ namespace :miners do
task
check_active_list: :environment
do
url
=
'http://14
9.28.218.119
:4243/active_list'
url
=
'http://14
4.202.99.58
:4243/active_list'
response
=
HTTParty
.
get
(
url
)
response_json
=
JSON
.
parse
(
response
.
body
)
...
...
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