scheduling
Here are 616 public repositories matching this topic...
-
Updated
Jun 25, 2020 - TypeScript
Hi,
I read the documentation a few times and it took me some time to realise how to register multiple triggers for one job. Perhaps I didn't understand the documentation but it was only when I looked at the overloads of ScheduleJob that I noticed it accepts an IReadOnlyCollection<ITrigger>.
Would it be possible to update or add a section in one of the relevant chapters with a snippet suc
The documentation for installing jobtype plugins is unclear. Specifically
Extract the archive into AzkabanExecutorServer ./plugins/ directory, rename it to jobtypes as specified above.
Firstly, what is meant by "the archive"? I assume it means the jar-file e.g. az-hadoop-jobtype-plugin-0.1.0-SNAPSHOT.jar . Is that correct? [No it wasn't see my follow ups below]
Secondly, there is al
When user follows https://github.com/vipshop/Saturn/wiki/%E4%BD%BF%E7%94%A8%E6%8C%87%E5%BC%95(%E5%AE%8C%E6%95%B4) to start the console , they will find the saturn-console-master-{version}-.jar jar can not be started.
The right one to use should be saturn-console-master-{version}-exec.jar The guide should be corrected
-
Updated
Jun 26, 2020 - Java
-
Updated
Jun 19, 2020 - PHP
-
Updated
Jun 17, 2020 - C++
-
Updated
Mar 28, 2018 - Python
Please someone right a full guide on how to use it or a newly updated biolierplate, i'm new to node js and can't figure out things since weeks now!
It's completely unknown why we use packer with docker installation? The installation finishes successfully even packer part fails. Please document the purpose of it with just a few words at least
-
Updated
Oct 29, 2019 - JavaScript
I recently switched to ecs-deploy from the fargate CLI. I just noticed that after the change my task definitions are no longer tagged (the fargate CLI maintained them across deploys).
Looking through the source, it looks like you don't pass include=['TAGS'] when getting the task definition to copy. Unfortunately, the AWS api [doesn't return the tags
I copied the maven dependency part from the Wiki:
You can see that "id" in the closing tags is written in lowercase. This is a syntax error inside IntelliJ.
I wanted to fix that.
When I edited the page, in the source code, it was already correct, so I couldn't change it:
!
-
Updated
Jun 23, 2020 - Go
Add the appropriate libncurses package name for each supported distro. This is commonly named libncurses5.
Method Doctrine\\ORM\\EntityManager::merge() is deprecated and will be removed in Doctrine ORM 3.0.
The problem comes in ExecuteCommand class, lines: 122, 184, 250.
Documentation: https://github.com/doctrine/orm/blob/2.7/UPGRADE.md#deprecated-entitymanagermerge-and-entitymanagerdetach-methods
-
Updated
Jun 25, 2020 - Scala
Problem you are facing
Some users want an an App-Like experience on their phone.
Possible Solution
Add a manifest.json with instance/conference-specific values and reference it in the HTML of the mobile view:
https://developers.google.com/web/fundamentals/web-app-manifest
Context
If the App has a manifest.json, some browsers offer the ability to add the site to the home screen o
-
Updated
Jun 25, 2020 - Ruby
Right now to import CSV file one should use:
psql /copySHELLtask for client-side filesCOPY FROMSQLtask for server-side files
Server-side files are rare so it can be ignored.
-
Updated
Jun 19, 2020 - Ruby
Current Behavior
README.md doesn't say that a service is removed by default and the --remove flag example doesn't use the flag.
Expected Behavior
The docs should show an example with the non-default behavior, and it should be explained that services are removed by default.
-
Updated
Mar 22, 2019 - Java
-
Updated
Jun 26, 2020 - PHP
Create Cron Jobs that are disabled by default that are useful for everyday use i.e.
-
Full Reindex
-
Cache flush storage
etc..
The goal is to expose common functionality that is not natively accessible.
A user should be able to schedule these processes based on a custom frequency, create a schedule for a one-time-run, or run "Schedule Now" so they can just run it immediately in the
Improve this page
Add a description, image, and links to the scheduling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scheduling topic, visit your repo's landing page and select "manage topics."

Can documentation be added on how to unit test workflows using the luigi mock module ?
Couldn't find any examples in the lugi/examples folder either