Is your feature request related to a problem? Please describe.
Is it acceptable to add a ctx context.Context parameter to some RDB and Inspector methods, for deadline, cancellation and observability(otel).
Describe the solution you'd like
Take Inspector.Queues() for example:
// QueuesContext returns a list of all queue names.func (i*Inspector) QueuesContext(ctx
web spider built by puppeteer, support task-queue and task-scheduling by decorators,support nedb / mongodb, support data visualization; 基于puppeteer的web爬虫框架,提供灵活的任务队列管理调度方案,提供便捷的数据保存方案(nedb/mongodb),提供数据可视化和用户交互的实现方案
Python Multi-Process Execution Pool: concurrent asynchronous execution pool with custom resource constraints (memory, timeouts, affinity, CPU cores and caching), load balancing and profiling capabilities of the external apps on NUMA architecture
Is your feature request related to a problem? Please describe.
Is it acceptable to add a
ctx context.Context
parameter to someRDB
andInspector
methods, for deadline, cancellation and observability(otel).Describe the solution you'd like
Take
Inspector.Queues()
for example: