openjob
openjob copied to clipboard
Distributed high performance task scheduling framework
# 前提条件 - 我已经创建 openjob 库 # docker-compose 信息: ``` version: '3' services: openjob: container_name: openjob image: openjob/openjob-server:latest restart: always environment: - AKKA_REMOTE_HOSTNAME=172.31.18.48 #- OJ_DS_DRIVER_CLASS=com.mysql.cj.jdbc.Driver - OJ_DS_URL=jdbc:mysql://172.31.18.48:3306/openjob?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai - OJ_DS_USERNAME=root -...
当我把openjob-server 部署到云服务器上,同时配置akka {AKKA_REMOTE_HOSTNAME} 为 公网ip地址,{AKKA_BIND_HOSTNAME}为当前服务器真实ip , 我本地连接却报错 Openjob worker initialize failed! java.lang.RuntimeException: Must ask fail! path=/user/worker anchor=akka://openjob-server@公网ip地址:25520/的异常
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...
**System (please complete the following information):** - OS: `linux` [e.g. linux, macOS, windows] - JAVA Version: `17` [e.g. `1.13`] - Pkg Version: `1.1.1` [e.g. `1.1.1`] **Describe the bug** springboot 3.1.4...
[WARN] [02/21/2024 13:58:26.650] [Openjob-initialize-thread] [akka.remote.RemoteActorRefProvider] Using the 'remote' ActorRefProvider directly, which is a low-level layer. For most use cases, the 'cluster' abstraction on top of remoting is more suitable instead....
@stelin
能否提供与powerJob的对比?