Skip to content

Conversation

@vikky-lin
Copy link

…nt spider),the job_instance_id may keep same.in this case,completed job list will be orderless.

modify the spider model:

  1. modify job_instance_id field type to string(16)
  2. modify project_id field type to string(16)
  3. add new field <project_id string(16)> to table table sk_project
    uuid4 will be generated and Intercept the first 16 strings assigned to job_instance_id except "-",i think this can keep unique in most case.

…t spider),the job_instance_id may keep same.in this case,completed job list will be orderless.

modify the spider model:
1. modify job_instance_id field type to string(16)
2. modify project_id field type to string(16)
3. add new field <project_id string(16)> to table table sk_project
uuid4 will be generated and Intercept the first 16 strings assigned to job_instance_id except "-",i think this can keep unique in most case.
…er_job,delivering to scrapyd to run a spider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant