Skip to content
#

task-scheduler

Here are 296 public repositories matching this topic...

gnubyte
gnubyte commented Jun 19, 2019

GM Folks,

Small favor/minor request -

For those of us running containerized processes via docker, kubernetes, etc. can we have the
.run() function added as an example to the readme.

I found myself looking through the code for this and think it may be helpful for those coming through later.

For example, see bottom of code snippet

from redis import Redis
from rq import Queue
6
mrajalko
mrajalko commented Mar 29, 2020

Is there any tutorial other than quick tutorial, which is good for start, but where to find answers to slightly difficult questions like

  1. how to create columns like year / month of date columns.
  2. how to create columns like amount which is computed by a formula.
  3. how to create drill-down report.

all these samples are available in code but how to create on your tables, right from scra

c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.

  • Updated Jun 1, 2020
  • C
hibiken
hibiken commented Mar 21, 2020

Is your feature request related to a problem? Please describe.
Currently, we can only see how many tasks have been enqueued in each queue using the CLI.
It'd be better if we can show the latency of each queue in the output so that user can tell when was the oldest task in the queue was enqueued.

Describe the solution you'd like
Show the latency within the stats command output.

kilgaloon
kilgaloon commented Sep 24, 2019

Introduce new command that read/tail error/info log

Possible read commands:

  • leprechaun error-log
  • leprechaun info-log

Possible tail commands:

  • leprechaun tail-error-log
  • leprechaun tail-info-log

These commands will try to read global error and info logs if they are specified as global. Every service can have it's own error and info log so we should include default commands in age

Improve this page

Add a description, image, and links to the task-scheduler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the task-scheduler topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.