Commit 85b6f374 authored by tufengqi's avatar tufengqi

Merge branch 'TRADE-342' into 'master'

fix Closes TRADE-342 See merge request !4
parents bf935ff2 38f396f2
#!/bin/bash
while true; do php7.1 /data33/console/user_site/zhaobi/zhaobi-job.php otc/force-order-cancel > /dev/null 2>&1; sleep 2; done &
while true; do php7.1 /data33/console/user_site/zhaobi/zhaobi-job.php otc/force-order-cancel > /dev/null 2>&1; sleep 60; done &
<?php
#!/usr/bin/env php
define('IS_SWOOLE_SERVICE', true);
require __DIR__ . '/common-basic.php';
require dirname(dirname(__DIR__)) . '/VersionApp.php';
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment