Skip to main content

Questions tagged [task]

Task here is a synonym for activity in Project Management, or individual day to day work.

-1 votes
3 answers
498 views

Im not dealing with a x minute task that can use an message queue and some workers to be done. Lets say that i have an cctv camera that capture 24/7, but can be stopped or started again via Web API ...
Vrrl's user avatar
  • 1
1 vote
2 answers
722 views

I'm new here, so please be gentle. I've been having issues at my workplace about the front-end team demanding me as a backend to provide every piece of data that has to be displayed in the front end. ...
Alif Irhas's user avatar
0 votes
3 answers
218 views

In C#, how do I handle critical section with two different "rights of way"? Theoretical use case: imagine a swimming pool (the resource). Many individual swimmers (worker threads A, B, C, ...
Yann's user avatar
  • 119
-1 votes
2 answers
848 views

I have an 8 pointer Story. Let’s call it for example XX1234 I have created 4 subtasks based on the list of actions to follow to complete the whole story implementation: 1. XX1235 2. XX1236 3. ...
Gowthami Reddy's user avatar
8 votes
7 answers
3k views

I have developed a task management tool. And some task lists can be very large. (I have myself more than 300 tasks to do). I would like to do some task reviews from time to time as the tasks pile up ...
MickaelFM's user avatar
  • 215
-2 votes
1 answer
195 views

I have been developing an app that will require a cron task every minute. We are handling our cron tasks with Spring Boot Scheduling. Although, I am a little worried about the following question: ...
Juan's user avatar
  • 3
2 votes
2 answers
204 views

I create an object that holds the status of a job. The job has many stages, some concurrent. Worker threads constantly monitor the status object to see if it's ready for the next stage to begin, if it ...
Richard's user avatar
  • 198
8 votes
2 answers
910 views

My team is going to be using Visual Studio Team Services for an upcoming project. The Agile tools let me organize User Stories and Tasks hierarchically like this: Epic > Feature > User Story > Task/...
Schmidty15's user avatar
5 votes
7 answers
1k views

I am convinced that software development is essentially a creative process. I also believe that this is the case for all levels, from architecture to coding. What makes me think so? To put it very ...
Frank Puffer's user avatar
  • 6,459
12 votes
5 answers
556 views

Most of the literature on agile seems to be biased towards CRUD type business applications where the user is pretty much aware of what is going on behind the scenes. (That's fine because most of the ...
Frank Puffer's user avatar
  • 6,459
-1 votes
1 answer
298 views

Most people agree that it is a good thing to split a software development project into many small tasks each of which can be implemented within a few hours. But the finer the granularity, the more ...
Frank Puffer's user avatar
  • 6,459
2 votes
2 answers
4k views

I want to solve Synchronization with a Message Queue In the wikipedia page of message queue, I read: Most messaging systems support both the publisher/subscriber and message queue models in their ...
guettli's user avatar
  • 179
0 votes
4 answers
475 views

As a common practice followed by agile team members using agile methods(scrum, kanban etc), they volunteers/sign-up/pick-up/self-select tasks from the backlog using Jira/Trello/etc. What I am ...
user2822707's user avatar
4 votes
1 answer
6k views

In a multi-threaded environment, we must consider concurrent access to writable resources. A common approach is to use Monitor or its shorthand form lock. Task is at a different abstraction level ...
Bernhard Hiller's user avatar
24 votes
3 answers
47k views

I have few async REST services which are not dependent on each other. That is while "awaiting" a response from Service1, I can call Service2, Service3 and so on. For example, refer below code: var ...
Ankit Vijay's user avatar
  • 1,638

15 30 50 per page