task
Here are 911 public repositories matching this topic...
Please visit the contributing guidelines to learn more on how to translate Taskbook's documentation into more languages.
Tons of thank you to everyone for your help and support!
There's the easy way, which is just to document job.requeue() on the jobs documentation page:
https://github.com/rq/rq/blob/master/rq/job.py#L527
I could be wrong, but I don't think that (super important) method is actually documented anywhere! I found it by searching the Github issues.
And there's the hard way, which would be to provide this information with a full example of u
On my team, we've been implementing error handling in agenda jobs in one of two ways:
- Catch the error, call
job.fail(err); job.save(), return - Throw the error
After looking at the job processing code for the run method, I confirmed the two approaches were equivalent.
While
Currently if machinery is misconfigured for the connection to AMQP it will run indefinitely at a exponential backoff. It will be easier for users to detect failure in a production application if the application is allowed to exit out on failures that are not likely going to be recoverable.
Remove pip cache
Ex:
&& rm -rf \
/var/lib/apt/lists/* \
/tmp/* \
/var/tmp/* \
/usr/share/man \
/usr/share/doc \
- /usr/share/doc-base
+ /usr/share/doc-base \
+ /root/.cache/pip
Ref: https://pip.pypa.io/en/stable/reference/pip_install/#caching
Task has some tricky gotchas that are not well documented. I need to work on improving some areas and add some missing documentation.
- Add a variable priority section better explaining how them work.
- Make it clear that setting a var through cli (not env) kinda overrides it. (Ref).
- More itens to be added
Docker Bulid 安装依赖失败问题The command '/bin/sh -c pip3 install --upgrade pip' returned a non-zero code: 1
错误信息:
Step 10/16 : RUN pip3 install --upgrade pip
---> Running in 83716c526776
Collecting pip
Downloading https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl (1.3MB)
Installing collected packages: pip
Found existing installation: pip 10.0.1
Uninstalling pip-10.0.1:
Successfully uninstalled
Current implementation of AsyncManualResetEvent event contains cancellable WaitAsync() while wiki says it is not implemented due to design reasons.
P.S.:
By the way, Great Thank you for this library.
-
Updated
Jun 27, 2020 - Python
Some tasks are self-explanatory if you looked at their script and need no description. I also think knowing what script the task actually runs can be helpful context if only reading from the help dialog and not the maidfile itself.
For instance, I have a clean task that just runs rm -rf build/. If the help dialog outputted this, I wouldn't need to add a description, but since it doesn't I
To request an improvement...
Taskwarrior can be used to manage appointments, like meetings, dates etc. by scheduling tasks. Unfortunately dates with scheduled tasks are not highlighted by coloring in the calendar report.
I would like to see dates where tasks has been scheduled to be colored in the calendar report. As far as I can see (I only use them rarely) due dates are already colore
-
Updated
Apr 13, 2020 - Go
-
Updated
Jul 6, 2020 - Swift
-
Updated
May 15, 2020 - Swift
Document graphs
How do I create a graph like the one described in the README? #tagged=climbing #since=30d #plot=done. Maybe I am misunderstanding what it means.
Help Text: When creating a new task, the help text in each field is cool at first, but I think maybe after the first use or two it shouldn't show up again. It's also formatted like the normal text, so it feels like I need to select it and delete it before I can type.
-
Updated
Jun 6, 2020 - Vue
-
Updated
May 27, 2020 - Dart
Adding documentation example of a working CI build using cirrus-ci.org (.cirrus.yml)
-
Updated
May 1, 2020 - JavaScript
Improve this page
Add a description, image, and links to the task topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the task topic, visit your repo's landing page and select "manage topics."


index.d.ts:L209 says in
export interface ICalendarInfo.id is a string.https://nhn.github.io/tui.calendar/latest/CalendarProps says for
Typedef CalendarProps, that id is a string or a number.Providing that CalendarProps and ICalendarInfo are the same, adjust the ID to have the same type on both places (preferably strin