Questions tagged as 'task'

0
answers

Problem with scheduling tasks with Calendar Java

Please help me resolve a code situation, as I can not. I have a class that schedules tasks and it will be a Thread to call another Thread. It reads information from a configuration xml file containing one or more days of the week that will...
asked by 03.03.2018 / 02:00
1
answer

Difference between Task and Thread

I need to create a C # executable and I have the doubts: Do with thread or do with task ? In practice is there any difference between using Task and the "traditional" multi-thread ?? Is it true that a task...
asked by 13.04.2016 / 18:57
1
answer

Problem with Celery and Django / Python

I am trying to implement a system of tasks with Celery in Django, but it is giving error and I do not know how to solve ... Error appearing on console: tasks.py from __future__ import absolute_import, unicode_literals from celery...
asked by 12.10.2017 / 19:52
1
answer

How do I get to timers that were started by a C #

Hello, I'm trying to understand a situation but until then I could not solve it. Imagine that we have a class X that has a timer that is started by the constructor. Now imagine that this same class is instantiated inside a thread. By doing so...
asked by 20.09.2017 / 02:11
1
answer

Gulp task - Error

I already use gulp for some time, to minify css files to less, but now I wanted to use gulp tb for the js files and I'm not getting it, it's giving the following error. NOTE: Use Windows module.js:472 throw err; ^ Error: Can...
asked by 14.05.2017 / 15:53
1
answer

How to get values from a JSON and pass as SASS variables with Grunt

I need to compile templates using grunt and I want to put the color settings inside a JSON file that will be inside each layout folder, ie I need to use Grunt to read the JSON and pass the values as variables to compile the SASS.     
asked by 28.09.2015 / 21:17
1
answer

Run system URL daily through the Windows Task Scheduler

I would like to schedule a task in Windows Task Scheduler. It consists of daily, at certain times, open the browser and execute a certain URL (which will perform some tasks {inserts, updates ..) of a software). I already know how to schedule...
asked by 10.07.2018 / 13:57