Add `meta.args` for command line argument access. Add command line argument support for shard number. Add shard count to config file. Add `meta.sharding` exposing shard properties. Add shard number to logging methods. Add shard number to data appid.
6 lines
130 B
Python
6 lines
130 B
Python
from .logger import log, logger
|
|
from .client import client
|
|
from .config import conf
|
|
from .args import args
|
|
from . import sharding
|