Skip to content

Commit

Permalink
feat: use Anonymous_job as default job name. (ray-project#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui authored Dec 12, 2023
1 parent 4058803 commit 6035939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fed/_private/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@

KEY_OF_CROSS_SILO_COMM_CONFIG_DICT = "CROSS_SILO_COMM_CONFIG_DICT"

RAYFED_LOG_FMT = "%(asctime)s %(levelname)s %(filename)s:%(lineno)s [%(party)s] -- [%(jobname)s] %(message)s" # noqa
RAYFED_LOG_FMT = "%(asctime)s.%(msecs)03d %(levelname)s %(filename)s:%(lineno)s [%(party)s] -- [%(jobname)s] %(message)s" # noqa

RAYFED_DATE_FMT = "%Y-%m-%d %H:%M:%S"

RAY_VERSION_2_0_0_STR = "2.0.0"

RAYFED_DEFAULT_JOB_NAME = "Anonymous"
RAYFED_DEFAULT_JOB_NAME = "Anonymous_job"

RAYFED_JOB_KV_DATA_KEY_FMT = "RAYFED#{}#{}"

0 comments on commit 6035939

Please sign in to comment.