Re: Recruitment

2020-10-13 Thread John Rajesh
I'm interested
On 23 Sep 2020 20:11, "Harish Thiyagharajan" 
wrote:

> I want a interested django user , DM mail for more details , all the
> details including payment can be discussed ...looking for for you guys .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/7b7956bc-d239-4b63-9194-0644b8a6eeben%
> 40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BbM%2BwAvEtDmMWvDGr_%2BdCAy8ts_giWDnJavfuKQX7i7Y4iAgQ%40mail.gmail.com.


Re: Recruitment

2020-10-13 Thread abishkar khatiwada
My whats app number is +977 9865029794

On Sun, Oct 11, 2020 at 11:06 PM Dvs Khamele  wrote:

> Hi do you hire contract based python/django freelancer?
>  We can help you in this and related tasks at fair prices. Reply or send
> email to divy...@pythonmate.com
> Best Regards,
> Divyesh Khamele,
> Pythonmate
>
> On Wed, 23 Sep 2020, 8:11 pm Harish Thiyagharajan, <
> harishthiyagh...@gmail.com> wrote:
>
>> I want a interested django user , DM mail for more details , all the
>> details including payment can be discussed ...looking for for you guys .
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/7b7956bc-d239-4b63-9194-0644b8a6eeben%40googlegroups.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAH9mneUFfYw32se9ZsZ5GgeQmhpjeOiYg1MND8-08aMPDmcutw%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMBuiENoVcrpbRMzSBj%3DFS9t6sQRzaU%3DEARMJ%2By55XpAiF%2B3eg%40mail.gmail.com.


Re: API to stop/resume/terminate a long running task

2020-10-13 Thread Chetan Ganji
Hi Aparna,

I dont know the details of your implementation. As its a bulk upload,
assuming there would be an upload form where user can put multiple files
simultaneously.
One by one, each file would be uploaded to the server.

AFAIK, bulk operations are not supposed to be stopped and resumed in order
to avoid inconsistency issues.
However, after each file upload you could pause and resume later if each
upload is mutually exclusive.
I have an idea, check if it works for you. It can simply be implemented in
the front end by using a boolean variable.
You could stop uploading if the value of boolean is false and resume if
it's true.
Pause button will set it to false and Resume button will set it to true.

Answers to below questions would help anyone who wants to give better
solutions.

What kind of data - csv, xls, audio, videos, etc.
How long would a typical upload operation would take?
What is the stack? frontend and backend
What is the workflow of uploading the files?

Cheers!


Regards,
Chetan Ganji
+91-900-483-4183
ganji.che...@gmail.com
http://ryucoder.in


On Mon, Oct 12, 2020 at 9:01 PM Arpana Mehta 
wrote:

> Hello everybody,
> I am here looking for a solution to a problem commonly faced maybe.
>
> I have like a huge amount of data that is being uploaded in a go. While I
> can keep these upload tasks under atomic decorators to avoid systemic
> failure but I don't have way to let the user stop the task and resume or
> terminate it later.
>
> I would need suggestions on how to go about this workflow.
>
> Would love details in the flow. I understand the basic mechanism myself
> but I want to write APIs to stop or resume any running bulk write/read task
> in my system.
>
> Thanks and regards,
> Arpana
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAGyqUuWfaa0_ME%2BHjQx8b6nKyB0g54F0OtA8DrEvzwpqxJ013g%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMKMUju6Bm6U_sFGtDKDvesMT37-agfUocz%2BnMrEJEtNkOgZxw%40mail.gmail.com.